Resposive Landing Page Using Flexbox

Solution retrospective
Is there any solution to give color cyan when hovering the social media icon on footer? Thank You!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @diversis
Hello! To change image color inside
<img>
you may use something like.social-icon:hover {filter: hue-rotate(330deg) saturate(10)}
. But there is a better approach forsvg
images.If you add whole.svg
contains to.html
you can than apply styles to<svg>
object.Also you can place all icons used on a page into<defs>
and than place them with<use>
inside<svg>
. More info on <defs>Marked as helpful
Join 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