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…