rating challenge

Solution retrospective
How can I improve this for responsiveness?
And How can I improve the overall code?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AndriusM5
Nice one, I would suggest adding a transition on buttons, it would make smoother animation after clicking them.
Marked as helpful - @khaya05
Hey Guido. I have a suggestion that will improve accessibility to your project.
It is important to build websites that people with disabilities can interact with in a meaningful way. One way of doing this is using semantic HTML tags.
- For this project, you should use a
<form>
. Because users have to select one option, you could use<input type='radio' />
and have<label>
for each input.
Check out this course by google about web accessibility 👉🏽 here
Hope this helps👍👍
Marked as helpful - For this project, you should use a
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