Your #navbar element should always be at the top of the viewport.
Im quite stuck on this portfolio page. please could someone advise me on what to do.
Been stuck on this one for a day or 2.
Please mind my code and the placement of it I rushed it a little bit.
unfortunately the problems still the same after following the instruction above.
I might have to carefully restart my project. It’s very messy anyway to begin with.
The first thing to fix here would be the list. Each list item must be an <li> element.
You can still have your links <a> tags there, but they must be inside <li> tags, like:
<ul>
<li>
<a href="#projects">Projects</a>
</li>
<!-- . . . add more li tags here . . . -->
</ul>
As for the styles, it could be a bug with this site. It took me a while to get any styles to work. Even very simple things. I had to refresh the site multiple times.