Design comparison
SolutionDesign
Solution retrospective
How did you all stylize the hover animations? I ended up using filters, but I know that isn't always fully viable or supported.
Community feedback
- @KoliOyamaPosted over 1 year ago
CSS button{ /*your button styles*/ } button:hover{ background-color: /*put the lighter shade*/; }
:hover is a pseudo-class. It's used to apply styles to an element when you hover over it.
I'd suggest you learn more about this on Youtube. Check out channels like Kevin Powell, Net ninja and so on.
Marked as helpful0
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