Design comparison
SolutionDesign
Solution retrospective
- Styling the hover states of the SVGs was not as easy as I had expected, my solution for this was adding the SVG path directly to the HTML document and styling that instead of the previous solution of referencing the file using the <embed> and <object> tags. I tried changing the color of the SVG using the fill property while using these tags but that didn't work out. I am guessing this is a reference problem? Perhaps the tag I use in my CSS? I am not sure.
Community feedback
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