Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I would use a framework like tailwind
What challenges did you encounter, and how did you overcome them?No challenges
What specific areas of your project would you like help with?Nothing specific but I am always open to improvement
Community feedback
- @moadavouPosted 7 months ago
Great work on this project! 🎉 Here are a few suggestions for improvements:
HTML
- You have a
h3
before yourh1
. This is very confusing for accessibility since theh1-h6
is used as a table of contents.
- The
header
tag should not be included in themain
tag.
CSS
- Never use
px
forfont-size
orline-height
. This makes it impossible for users to scale the font and is therefore bad for accessibility.
- Quite a few colors are wrong. Make sure that you take a closer look at the design file.
- Don't use a set
px
width for the cards. This is bad practice for making responsive sites. Usemin-width
instead.
Marked as helpful0 - You have 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