Currently, I have two buttons stacked on top of each other. I'm attempting to include some text to the left of the bottom button, but I am encountering two obstacles:
- The first issue is that it creates a white round-ish shape around my top button when I add the text
- The second obstacle is that I'm struggling to find an elegant solution to position the text to the left of the button. I have considered using flexbox, but cannot determine the best approach.
Below is my current code snippet for reference: https://codepen.io/anon/pen/LKVwLG
Here is the desired outcome: here
z