I Need helpTechnical Documentation Page Assistance

Hello, Can someone please assist me , I cannot get the last test to pass on my Technical Documentation Page ( On regular sized devices (laptops, desktops), the element with id="navbar" should be shown on the left side of the screen and should always be visible to the user.)

Here is my page
https://codepen.io/yormite/pen/yLMOWgK

Hi @yormite !

Welcome to the forum!

The link you provided is to the FCC template.
Please provide a link to your project.

1 Like

please, how do i create that?

https://codepen.io/yormite/pen/yLMOWgK

The tests are passing for me.

not same here. i have tried it several times

You have to read the full error message.

Please run this test in a larger window (before any media queries) : expected 814 to be above 850

If you are testing this where the browser window is less than a laptop screen than it won’t pass.

@yourmite, the full text of the message 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.
Please run this test in a larger window (before any media queries) : expected 485 to be above 850
AssertionError: Please run this test in a larger window (before any media queries) : expected 485 to be above 850

Be sure you’re looking at it on a regular sized device

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.