Whats wrong with my work

#Layout

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. whats this one about

You have to reread this part of the error message

You have to run the test where the viewport width is 800px and larger.

trickythanks again you are real great


The navbar should contain at least one link that I can click on to navigate to different sections of the page.

. The navbar should always be at the top of the viewport.
A

You should google how to keep a navbar at the top.

Being able to look things up and figure them out is a VERY important skill for a developer. We’ve given you a lot of hints today. I would suggest that you see if you can find the answer for a while. If you can’t find it, you can always check back.

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