Design comparison
SolutionDesign
Solution retrospective
Any feedback and suggestions are greatly appreciated!
Wasn't able to find a way to colour to SVGs when hovered. Would like to know some solutions!
Community feedback
- @Lo-DeckPosted 10 months ago
Hi well done for this challenge.
If you want to modify the color of your SVG you have to delete the properties
fill
in your SVG. And after you can play with CSS properties likesvg{ fill: yourColor; } svg:hover{ fill: yourColorHover; }
Hope to be helpful.
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