Design comparison
SolutionDesign
Solution retrospective
I am new to React, I was not able to create hover effect on the social icons. I tried using hooks but for every icon I have to make a new state and make functions for each of them to handle their hover effect. Is there a short way of doing this?
Is there a way that in the mobile size when the hamburger menu is clicked the scrolling of the body is disabled?
Community feedback
- @miguelseguramxPosted over 4 years ago
To achive the effect on the icons you can use :hover https://www.w3schools.com/csSref/sel_hover.asp
And maybe the css property: filter https://www.w3schools.com/CSSref/css3_pr_filter.asp
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