Design comparison
SolutionDesign
Solution retrospective
How could I have coded the footer better? How could I color the icons when I hover? Thanks in advance!
Community feedback
- @RubylenshyPosted about 2 years ago
Hi, @Fola-Joe congratulations on completing this challenge,
- Concerning the hover state on the footer icons, making a fill property will not change the icon's color unless you add the svg/path to the markup. This resource adds a filter of your desired color, check it out https://codepen.io/sosuke/pen/Pjoqqp.
- And you can also make your <section></section> a <div></div> if you do not have a heading, it's a markup rule to always have headings -- h1- h6 -- in a section tag for best practise.
Great Work - Happy Coding @Fola-Joe
I hope this helps
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord