Design comparison
SolutionDesign
Community feedback
- @msiessePosted about 2 years ago
Hello Samuel ! Nice job completing the challenge !
Iβve seen a little mistake on your live site, it looks like itβs possible to select multiple value for rating. So when we select a value like
5
for example and then we select4
, the previous choice is not unfocused.0 - @denieldenPosted about 2 years ago
Hi Samuel, congratulations on completing the challenge, great job! π
Some little tips for optimizing your code:
- istead of using
ul > li
for the number of stars value useinput type="checkbox"
and improve the Accessibility - also you can wrap all the
input type="checkbox"
withform
tag - add
transition
on the element with hover effect - add javascript controll: i can submit without selection
Hope this help! Happy coding π
0 - istead of using
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