Hello people!
I can’t validate this test because I keep having this issue:
- 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 tried “position: fixed;” but it doesn’t work… here’s the link to the page: https://codepen.io/nelson14/pen/qBZEYZb?editors=1100
I’ve been working on this for days now… Need help!!