Hi everyone,
for the life of me I cannot figure out why one of the tests for the technical documentation project won’t pass.
The error is:
On regular sized devices (laptops, desktops), the element with id=“navbar” should be shown on the left half of the screen. It should always be visible to the user and should remain stationary. You may need to enlarge the viewport or zoom out to ensure the navbar doesn’t scroll with the page content.
I fixed my nav bar to the left side so I don’t know what I’m missing…
Here is my code: https://codepen.io/jennyunh/pen/NWpNaJz?editors=0100
I also tried to make the page mobile friendly somehow using a media query but it wasn’t working out so for now I put in a media query that doesn’t do much.
any pointers/help would be appreciated!