Design comparison
SolutionDesign
Solution retrospective
Feel free to told me what to do better and I didnt know how to change the see more icon to white on hover cose it is a svg file, someone can help me with that?
Community feedback
- @thekarthikrPosted almost 2 years ago
Hey Xoel, There are a lot of methods to change the SVG image color on a hover state, here are a few
SVG: hover{fill: red;}
you can find the fill property inside that SVG code, On the other hand, you can usefilter
property to change the color of an SVG on a hover state.To know more visit this link, https://css-tricks.com/change-color-of-svg-on-hover/
Hope it helps.
1
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