Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Project tracking intro component - HTML CSS JS

JimTK16 370

@JimTK16

Desktop design screenshot for the Project tracking intro component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


First Junior Challenge!

Community feedback

@matiasluduena23

Posted

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 helpful

1

JimTK16 370

@JimTK16

Posted

@matiasluduena23 thanks for your feedback Matias!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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