Design comparison
SolutionDesign
Solution retrospective
Hi everyone,
This is my solution for this challenge. Any suggestions for changing color of social media icon? Thank you in advance.
Community feedback
- @AlexKMarshallPosted almost 3 years ago
Hey there, this is looking very good, well done.
For your question about changing the colour of the icons. If you put the svg code directly in your html, rather than using it as a src for an img tag, then you can colour it directly using CSS.
Be careful about your :hover states. You've got hover on the img, but it should be on the anchor tag as that's the actual interactive element. Other than that, the HTML is good and semantic.
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