I can't finish my product landing page :(

https://codepen.io/ryaready/pen/xxrXerg

  1. When I click a .nav-link button in the nav element, I am taken to the corresponding section of the landing page.’ <–User story 5

U should be creating a navigational link, here is a link if you forgot how to make one: <nav>: The Navigation Section element - HTML: HyperText Markup Language | MDN

hii i edited it to the same format, but it still doesn’t seem to be working

The .nav-link with href="#aboutus" is not linked to a corresponding element on the page : expected null to not equal null
If you fix this error, I think the code will work

here is the error: <section id"#aboutus">

Sorry if I am annoying you with the replies…
But make sure you always look at the error message
How to do it:

  1. click on run test
  2. Click on this thing: image
  3. the tests along with the errors should popup:)

EDIT: Also, make sure you are typing the right syntax for id

Hi,Please check the following :
1.id attribut of elements have not #
2.media queries syntax wrong,
3. some elements have not close tag

hello thank you for your help i finally managed !