Please help me with technical documentation page project

please can somebody tell me what’s wrong with my code?I’m sure it is correct i keep on getting this error:
## 1. 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.”

Greetings @mebaleyadriel,

I can see your Pen passing all the tests :)! Did you figured it out already?

hi, no it is still 15/16 on my side :cry: :cry: :cry:

@mebaleyadriel, all tests are passing successfully for me too. Here’s the key part;
On regular sized devices (laptops, desktops), the element with id=“navbar” should be shown on the left half of the screen.
If you shrink your browser down then it is no longer a “regular sized device” and the test will fail. Perhaps that’s why you’re seeing it fail.

2 Likes

thank you, everything is working now