
Design comparison
SolutionDesign
Community feedback
- @dar-juPosted about 2 months ago
Hi ks9927!
You've done a good job!
I'd like to point out a few things:
- please note that this task doesn't have any content images, it's just decor, so you don't need to fill in the "alt" or connect images via CSS
- the container extends beyond the screen at 320px, this needs to be fixed. I see that the paddings inside the buttons are interfering with this (that's why the buttons aren't round), it's better to set their size. And also the gap in the list of buttons, it's better to make
justify-content: space-between
for the last media request; - if you remove the focus from the number button and then click submit, the vote will be counted. You need to either remove the ability to remove focus, or if there is no focus, make the submit inactive
Everything else is great, good luck with your development!
0
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