Product Landing Page - Build a Product Landing Page

Tell us what’s happening:
I’ve gone over this for 2 hours and can’t figure out what I did wrong. It’s the only step that won’t pass. Or is there just a glitch?

Each .nav-link element should link to a corresponding element on the landing page (has an href with a value of another element’s id. e.g. #footer ).

Your code so far


     
     
     <header id="header">
      <div class="logo">
        <img id="header-img" alt="Original trombones Logo" src="https://cdn.freecodecamp.org/testable-projects-fcc/images/product-landing-page-logo.png">
      </div>
      <nav id="nav-bar">
        <ul>
          <li>
    <a class="nav-link" href="#features">Features</a>
          </li>
          <li>
            <a class="nav-link" href="#how-it-works">How It Works</a>
          </li>
          <li>
            <a class="nav-link" href="#pricing">Pricing</a>
          </li>
        </ul>
      </nav>
    </header>
  

Your browser information:

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

Challenge: Product Landing Page - Build a Product Landing Page

Link to the challenge:

There is probably a glitch in your code, yes. Hard to say where without seeing all of your code.

Sorry for the lag reply. I had to go to work. I just figured it out. I just had to change one letter, lol.