Design comparison
SolutionDesign
Community feedback
- @omerome83Posted over 2 years ago
Nice job on the challenge!
Might I suggest one thing though? Please take a read on Semantic HTML. This will make your HTML code have more meaning - instead of the old way where the document is simply wrapped in <div> tags.
For example in your code, instead of a <div class="main-container">, you can have <main class="main-container">.
Source: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure#html_layout_elements_in_more_detail
Marked as helpful0
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