Design comparison
SolutionDesign
Community feedback
- @YelemyahMPosted about 2 months ago
Hello coder ! Congrats for having completed this challenge !
I have a little suggestion which might interest you :
- You can add one line in your CSS for a more smooth hover effect on button :
.boxcard .box-links button:hover{ background-color: hsl(75, 94%, 57%); color: black; transition: 0.3s; }
This adds a little delay on the hover effect and make it more user-friendly.
I hope you can find it helpful. Have a great code !
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