Product Landing Page - Build a Product Landing Page

Tell us what’s happening:

hey i was doing the links on the nav bar i have 3 but its not showing it as done

Your code so far

<!-- file: index.html -->
<header id=header><header>
<nav id=nav-bar>
  <ul>
<il><a class="1nav-link" href="3nav-link">link text</a></il>
<il><a class="2nav-link"  href="1nav-link">
    link text</a></il>
<il><a class="3nav-link"  href="2nav-link">
    link text</a><il>
    </ul>
</nav>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" alt="cats running" width="350" height="200" id=header-img></img>
<form id=form action="https://www.freecodecamp.com/email-submit">
<input required placeholder="email" type="email" id=email name=email>
<input id=submit type=submit  style="padding:5px">
</form>
<style>
.box > * {
  border: 2px solid rgb(96 139 168);
  border-radius: 5px;
  background-color: rgb(96 139 168 / 0.2);
}

.box {
  border: 2px dotted rgb(96 139 168);
  display: flex;
}
</style>
<iframe id=video width="560" height="315" src="https://www.youtube.com/embed/PVJk3BdwebQ?si=iB3qY-ZvmOacaXP8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0

Challenge Information:

Product Landing Page - Build a Product Landing Page

remove the numbers from here

the href should have the value of an id of an element you have on the page

also please add the css in the styles.css file