Interactive Rating Component Solution

Please log in to post a comment
Log in with GitHubCommunity feedback
- @ChihaAdam
fantastic job my friend . but if you want to enhance it there are some things you need to pay attention for :
- background color of the container uses gradient from lighter to darker. so you can use "background:linear-gradient(color1,color2);" instead of a static color
- you can add a transition effect to your buttons to give a smoothy experience when hovering on button . you can use transition property for that . "transition:properties to have that effect (all or background color) time (not too much , 0.3s is enough) ;"
Marked as helpful
Join 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