Design comparison
SolutionDesign
Community feedback
- @Callyx2002Posted 2 months ago
Nice work there, you can make the button hover like the one given in the challenge by using the box-shadow property in CSS. For example,
button:hover { box-shadow: 0 0 50px 3px var(--neon-green); }
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