EasyBank Landing Page using React

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?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Ranveer251
I have used the :hover but it is not working.
- @miguelseguramx
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
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