Personal Portfolio, please help me! **User Story #7:**

Im having trouble with User Story #7: The navbar should contain at least one link that I can click on to navigate to different sections of the page.

whenever I get it right, I fail on User Story #11: The navbar should always be at the top of the viewport.

I just need to get user story 7 to pass this project, really fed up with it, feel like ive tried hundreds of ways and messed up my code in the meantime.

heres the codepen:

https://codepen.io/Siobhanb9/pen/OJRRVNL

thank you in advance

1 Like

Hello and welcome to the freeCodeCamp community~!

This test is not passing because your page does not have enough content for a vertical scroll to occur. The test expects the content on the page to scroll when a nav link is clicked.

you dont have closing tag for your nav element…Happy coding!