Design comparison
SolutionDesign
Solution retrospective
First Junior Challenge!
Community feedback
- @matiasluduena23Posted 11 months ago
Hi JimTK16’s! Nice work! Just one good practice that might make you work more easy to debbug.
- You can structure your html like this:
<header> <img logo/> <nav> <ul> <a link...> <a link...> <a link...> </ul> </nav> </header> <main> <section >left </section> <section >right </section> </main>
This video could help you understand more clearly the structure.
Good code!
Matias
Marked as helpful1
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