Stocked Product Landing Page- Samuel Egbajie

Hello campers please I’m stocked

I have tested my product landing page over and over and I still get 14/16 on small screen and 15/16 on large screen.

My test shows I have got problem linking Navy items, yet I have done it so and its still not giving me good response…

Please help me move on

This is the link to my codepen

https://codepen.io/PapiCode/full/dEPmra. Samuel Egbajie- Product landing

Thanks so much as I get your feedback and assistance

the test doesn’t pass because you used <ul> list inside your nav bare.
this code should pass the test

 <nav id="nav-bar">       
          <a class="nav-link" href ="#home">Home</a>
          <a class="nav-link" href="#Our-People">Our People</a>
         <a class="nav-link" href="#video">Our Product</a>
         <a class="nav-link" href="#footer">About Us</a>
         <a class="nav-link-1" href="#form">Contact Us</a>         
  </nav>
1 Like

Thanks so much Sir
But it still gave me the same result after applying the solution you offered me

you should remove the <li> tag too.
just copy past this code and it should work

<nav id="nav-bar">       
  <a class="nav-link" href ="#home">Home</a>
  <a class="nav-link" href="#Our-People">Our People</a>
  <a class="nav-link" href="#video">Our Product</a>
  <a class="nav-link" href="#footer">About Us</a>
  <a class="nav-link-1" href="#form">Contact Us</a>         
</nav>
1 Like

Thanks so much sir
You are a genius

I still have a little problem
It worked so well on large screen but on small screen it still shows 15/16