@explorem
Submitted
I got stuck for a long time with svg styling. I haven't learned about svg yet. I had a problem with setting the SVG to the text in the button. SVG and text also had to be responsive to screen size. At the current level of knowledge, I used the display: inline-block property to align the SVG with the text. To do this, I enclosed the text with a span tag. I was able to position the SVG on the left side away from the text. Using the vertical-aligne property, I positioned the text in the center of the SCG.This was the most difficult for me in this exercise.