Design comparison
SolutionDesign
Community feedback
- @kaamiikPosted about 1 month ago
Hi. Congratulation for doing this challenge. I wanna mention some points in your challenge:
header
should be outside the main tag and as a sibling of main and mostly use for logo and nav items. here I think using header is wrong.- Each page only have one
h1
. Because It represent as a page heading. Also remember other levels of headings should increase one by one. - Your
.container
needs amax-width
because if you increase your width then your container also starts stretching and never stops.
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