Navbar always at the top

I am currently completing my Personal Portfolio Project. Although I have given my header position: fixed, I can’t pass user story 13.
Here’s my code pen for help: https://codepen.io/espe00/pen/gOvarma

When you run the tests, there is an error message below the failed test. Please read it and try to understand why your code is failing

1 Like

Take a look at the error:

Navbar’s parent should be body

Currently, the navbar’s parent is the header element.

1 Like

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