@michaelmehrSubmitted over 1 year ago
Any feedback is welcome, but I am curious:
How do you feel about my naming habits and CSS organization?
What would you have done differently to align the SVG icons?
Any feedback is welcome, but I am curious:
How do you feel about my naming habits and CSS organization?
What would you have done differently to align the SVG icons?
Nice work! For icon alignment, you could set display of image to inline (as I can see, you have already thought about it), and then set vertical-align property to some other value, like bottom, or middle. I hope this helps.