Help please :) 2 of 7 nav-links don't work . SOLVED

Hello :slight_smile: I’m new to this all and I ran into an issue. I have 7 nav-link elements pointing to 7 corresponding sections. However, the last two nav-links (Indigo color and Violet color) do not work.

To my eyes they are written same as the previous 5 nav-links and sections. Am I missing some mistake or doing something wrong?

Thank you for help :slight_smile:

Here is link to my work sheet:
https://codepen.io/katarina-r/pen/QWGzLOB

I have been there staring at code trying to figure out what going on. :slight_smile:

On line 131 you misspelled indigo_color

<a class="nav-link" href="#ingido_color">Indigo color</a>

The other one works, you just have to make the page height really small.

Let me know if that helps

Thank you

Noah

Thank you so much Noah!! :grin: :clap:

I was staring and staring and couldn’t catch it. Now it is passing the test! You have better eyes than me! Thank you once again! :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.