Design comparison
SolutionDesign
Solution retrospective
I find it difficult to change the style of the button on hover state. I haven't succeeded, I need your help please
Community feedback
- @oficial51Posted about 1 year ago
Hi you must add this property to your css
button:hover{ filter: drop-shadow(0 0 0.75rem hsl(150, 100%, 66%)); } You may like to add some transitions but that is on you. I hope this helped
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