My Product Page

Hi all I’m having trouble setting up the last two tasks for my page. I have a navlink established with one of my nav bar links (named photos) that goes to an image yet it isn’t checked off. I also have my navbar at the top of the view port yet it says I don’t. Any tips are appreciated.

All of your nav bar links need to go to other sections on your page. Right now only one of them goes to a section named photos. The other two links direct me to external websites. Once you fix that then the test should pass. You could create a products and an about section and have those links go to those respective areas.

As for the other failing test, your nav bar needs to be in a fixed position. Like this

#nav-bar {
  position:fixed;
  top:0;
  right:0;
}

Hope that helps!

1 Like