Design comparison
SolutionDesign
Solution retrospective
All feedback is welcome.
Community feedback
- @DrougnovPosted almost 3 years ago
Hello @devenyam, great job. The design looks pretty good.
However, you can improve on the responsiveness part(especially on laptop devices).
-
Use
max-width: 320px(any size)
instead ofwidth
. It will look more flexible. You'll not even need a media query then. -
There are some accessibility issues on the Html part. Use
main
,footer
,section
etc. instead ofdiv
. And use at least oneh1
tag on the page. You can change theh2
toh1
.
Overall, great design. Keep it up. Have a good day my friend :)
Marked as helpful0@devenyamPosted almost 3 years ago@Drougnov, thanks a lot for your feedback, it's really helpful👍
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