rating component with html, css & javascript

Solution retrospective
I did'nt find how to reset only one button. So every time a new rating is selected, i reset the five button. Some ideas?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @SoulRvr29
Add this to body in css to center the page:
display: grid; place-content: center;
If you want to learn more about the grid, check out this guide: click
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