Build a Product Landing Page11

Tell us what’s happening:

this test case fails for me, When I click a .nav-link button in the nav element, I am taken to the corresponding section of the landing page.’ how do i resolve it?
and my email label is at top, under navigation bar and is not visible how to make it visible?
Please help me and thanks in advance.

Your code so far
https://codepen.io/nohitha-reddy/pen/ZejpbK
Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-product-landing-page/

Your link and your Id should be the same like this:
href="#Login&Signup" and id=“Login&Signup

Note: There should be no space in your id, and while linking the section and the id, it should be the same character without space.

Hope this was helpful.

Yeah i changed it, but it is still the same.

You are missing a double quote on the right side of id="Login&Signup. Once you fix that, you need to remove the spaces in your other section elements’ id attribute values and make sure they have identical case.

I changed it but, it is still the same.

https://codepen.io/nohitha-reddy/pen/ZejpbK

I scrolled through many times but i did not notice that…
yeah, it worked thanks.