https://codepen.io/sandi1986/pen/NWqBoeJ?editors=1100

i need help with getting through with this part that says 5. When I click a .nav-link button in the nav element, I am taken to the corresponding section of the landing page. i have included my code i am struggling to go through

Hi,

Which project are you working on?
Can you describe the problem in more detail?

I am working the responsive web design, the product landing page. i am battling with this part User Story #5: When I click a .nav-link button in the nav element, I am taken to the corresponding section of the landing page. keeps saying that

The .nav-link with href="#how-it-works" is not linked to a corresponding element on the page : expected null to not equal null
a

#5: When I click a .nav-link button in the nav element, I am taken to the corresponding section of the landing page.

Thanks I am still new on the platform

You don’t have an element with the id of how-it-works.

Ok thanks, lt worked.