Design comparison
SolutionDesign
Solution retrospective
How can I improve this for responsiveness?
And How can I improve the overall code?
Community feedback
- @AndriusM5Posted about 2 years ago
Nice one, I would suggest adding a transition on buttons, it would make smoother animation after clicking them.
Marked as helpful2 - @khaya05Posted about 2 years ago
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 helpful1 - For this project, you should use a
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