Submitted 6 months ago
Results summary component (Html, Css, Javascript)
@jarher
Design comparison
SolutionDesign
Community feedback
- @0xabdulkhaliqPosted 6 months ago
Hello there ๐. Congratulations on successfully completing the challenge! ๐
- I have a suggestion regarding your code that I believe will be of great interest to you.
CSS ๐จ:
- Looks like the component
button
hover state background has not been set yet.
- Just add the following css rules
button:hover { background-image: linear-gradient(#6542FE, #342CE2); }
- Now your component's
button
background for hover state has been set properly
.
I hope you find this helpful ๐ Above all, the solution you submitted is great !
Happy coding!
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