Building a portfolio(project)

Hey, just been confused over how I can’t seem to complete the project, due to a failure. https://codepen.io/Delux003/pen/zmygVY this links to my code, and the failure is based on how the navbar should always be at the top of the viewport.
I’ve applied:

position: fixed;
width:100%;
top:0;
etc…

You are currently applying the position: fixed; top: 0 to your ul, but the item that should be fixed to the top is #navbar.

Thank’s man, it sort of worked, but affected most of my CSS code. But I finally managed to pass after nearly an hour just getting confused over it.

look up W3 schools for a cheat sheet/ quick and simple documentation page on anything in html, CSS, JS.

yea i have been doing that lately, they’re pretty good…

Some helpful tools --> https://codepen.io/Mike-was-here123/post/check-out-these-sites