Problem with Build a Personal Portfolio Webpage (part 2)

I am having issues with passing the User Story #11: The navbar should always be at the top of the viewport. I am trying to pass all the tests first and then will go further in customizing it.
Here is my code:

Instead of using just <ul> for a Navbar try wrapping it in a <nav> tag and add your id to that.

1 Like