Simple question about my code nav

maybe im tired, but i can not understand, the reasy my nav dont work

https://codepen.io/domingu3spt/pen/XWmNzQg?editors=1000

the tests give the result that

At least one navbar link should move the page position when clicked : expected false to be true
AssertionError: At least one navbar link should move the page position when clicked : expected false to be true

my simple code

projects welcome-section

text

Link to a project

FCC

I’m not too sure, but I think there has to be a list element inside the navbar.https://www.w3schools.com/css/css_navbar.asp

i already tryed, but the results are the same… i know that i need to do the layout, but this error, is making me stressed :hot_face:

thank you for the reply

Ok, I think all you really need to do is add some css, and it will look the way you want it to. This will show you how to make the horizontal navbar

Oh and you probably need more content on your page, so that you can link to a different part of your webpage. I’m not sure how it tests the link, but maybe it expects to scroll down the page to another section of the webpage.

1 Like

thank you, worked perfectly.

:ok_hand: