Technical Doc page Trouble! Need help Please!

It seems to me that everything is correct. I keep looking at it! Am I being dense?

Do these two things and all tests will pass;

  • You close the nav with id “navbar” (line 5) on line 9. Move that closing nav tag to line 48, after the other closing nav tag.
  • Line 23, you have class"nav-link". You’re missing the equal sign
1 Like

no way! Duh! Thank you so much! :face_with_hand_over_mouth:

Everything is fixed and I passed! Thank you so much. You have no idea how stressed I was getting! :heart:

All I did was read the error messages. Glad I could be of some help.
Happy coding!

1 Like

It’s not enough to just pass the user stories. This whole section is about RWD (Responsive Web Design). You page is not responsive. There should be no horizontal scrollbar on desktop and definitely not one on mobile.

Um, how do I get rid of that?

I have created another post called “Where do i put my link” could you take a look at it? I am struggling.