Design comparison
SolutionDesign
Community feedback
- @shwertsPosted 6 days ago
Hello, excellent work! There are some detail you should fix:
- Never use fixed
height
property to set body's height size. You've usedmin-height
property for container, so you can just omit fixedheight
property for body element. - You can use
section
tag for a whole section and cards, leaving non-semanticdiv
tag for grouping elements.
Keep going and track your achievements on this journey of web-development!
0 - Never use fixed
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