Rating card with css and vanilla js

Solution retrospective
I'm proud that I was able to figure out how to use CSS to select both the previous and concurrent sibling elements for the hover event, using the :has() pseudo-class.
What challenges did you encounter, and how did you overcome them?Figuring out how to select the previous sibling element for the hover event. It took a little bit of research to figure that one out.
What specific areas of your project would you like help with?Any and all constructive criticism is welcome!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mbd89
good job this looks pretty good., you might want to add.
body{ display:grid; place-items:center; }
to center the card on the pageMarked 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