FCC: Technical Documentation User Story #13

Hi, I am at a loss as to what is wrong with this code?

I am trying to link the nav-link to sections in the .

Thank You

Your #navbar{} declaration needs to be updated. The test is failing because it’s expecting a navigation menu to be fixed on the left side of the screen. Right now it’s on the right. left:0 is what you’re looking for.

NOTE: A lot of your code is overlapping. It could be because I can’t view it full screen and you haven’t designed it to be viewable outside of desktops. If that’s the case, it’s all good.

1 Like

Ok, thank you for checking it out. I will give this a shot

Thanks, this was what I was looking for, a way to position the navbar to the left. As far as the screen size specifications go, I’m still trying to fix the issue of the navbar only fitting a portion of the left side of the document. Will update soon with super exciting improvements;x