Last step for certification

Tell us what’s happening:
I literally have one more step to do and I’ll have my Web Dev certification. But I’m stuck on getting the navbar to always be at the top of the viewport. Here is my code.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

Challenge: Build a Personal Portfolio Webpage

Link to the challenge:

Hi @SSJKeem !

Welcome to the forum!

Here is the error message:
Navbar should be at the top of the viewport even after scrolling

The test wants you to have a fixed navbar at the top of the page even when the user scrolls down the page.

Right now, you don’t have any css for the navbar.
All you have is css for the header and the welcome section.

You need to write some css just for the navbar to ensure that it stays in a fixed position at the top.

once you do that, then the test will pass.

Hope that helps!

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