Technical Doc Challenge: Nav bar not working

Hi,

So I’ve been working on this particular challenge for quite a while, and am now very close to being finished…however, I just have one problem.
My nav bar is not responding to the CSS that I have put in for it. And I don’t know why. I have triple checked it, and there doesn’t seem to be anything wrong with the code. No typos or spaces missing or being misaligned, (at least, as far as I can see). The a elements are working fine. So, I don’t know.
If someone could please read over my code, see if there’s anything that I may have missed, that would be very helpful. If you have any suggestions to make, that would be appreciated as well.
Thanks!

https://codepen.io/NeonFoxX/pen/wvzBdLL

God bless and happy coding.
-Crow

Hello @Crow.

You have a typo in the CSS. In the HTML you have <nav id="nav-bar"> but in the CSS you have #navbar{}

Thanks so much! :smile:
(sometimes it takes a second pair of eyes to check things)

1 Like

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