Interactive rating component solution using CSS Flexbox

Solution retrospective
Please tell me how I can improve
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AffanRM
In order to improve the user design you can change the cursor to pointer when the user hovers above the ratings and the submit button:
.rating-item:hover {cursor:pointer}
.btn:hover {cursor:pointer}
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