Need help with landing page

got stuck. I’m getting error #5 about my nav-links but they go to the right place when clicked on, and im getting error #12 which im not sure what im doing wrong.

here is what I got so far:

<ul>
  <li class="nav-link"><a href="#services">Services</a></li>
  <li  class="nav-link"><a href="#how">How it works</a></li>
  <li  class="nav-link"><a href="#price">Pricing</a></li> 
</ul>
</nav>

heres the address to the pen (cant post full links yet):
/MT91/pen/morpVj

any advice is appreciated.

Probably not the answer to your question as I haven’t taken the course, but when you’re going to a target ID, you should take into account the height of your navbar from the top. Maybe a top-padding on the section your targetting with the height of your navbar?

:slight_smile:
Good luck