Portfolio Page last item

Can’t accomplish this…have a problem with:

3. The navbar should always be at the top of the viewport.

But to me it seems to be okay…

appreciate some help…

thanks

This is the explanation of the failed test:

“Navbar’s parent should be body and it should be at the top of the viewport”

You have your <nav id="navbar> wrapped in a <div> so it is not a direct child of body. Not sure if this is the reason that test is failing, but it is something to try.

1 Like

that was the way! thanks

1 Like