The Navbar the top of the viewport

I’ve tried everything, but I can’t make this work to complete the personal portfolio page. I actually passed this test already, but wasn’t happy with some of the work so I studied some more to re-do and resubmit it and this is the recrring error with no consistent solution. Please help!

https://codepen.io/jetteski/pen/yLjpNOQ

Your portfolio should have a navbar with an id of navbar .

You have no such id so all tests that depend on this will fail.

You have this linked in the HTML

<link href="style.css" rel=" stylesheet">

The name of the stylesheet in the fCC editor is styles.css

Lol, I looked at it so much and missed that little typo. :face_with_spiral_eyes: Thanks!

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