Practice - Build a Tecnical Do page

i’m 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

when i run code from here: https://codepen.io/mjcolyer/pen/LYboJNZ?editors=1100

Hi @mjcolyer !

The message is telling you that the navbar needs to be fixed to the left at all times.

You started writing some code for the navbar but you put it in a media query for devices that are 815px and below.

Think about the code you have to write for a fixed navbar at the top left for laptops and desktops.

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