Tech page, I need rescuing.... đź‘»

It’s giving me an error, that I think I have fixed, but it’s still not right, and I dont understand why : (

here it is

  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.

If anyone could enlighten me, I’d most grateful.

Thank you!

@noethix The first error I see states:

  1. Each <section> element with the class of “main-section” should also have an id that corresponds with …

It looks like you have your id attributes in your <header> elements instead of the <section> elements. I didn’t test this, so it may not be correct. I apologize if it’s not.

1 Like

oops, yes, thank you! the more you look the less you see…

1 Like