I have everything solved besides the Linking part APPARENTLY. I’ve replicated all of it and I keep testing for any hooks n sinkers maybe caused by freeCodeCamp but i can’t figure it out.
Failed: Each .nav-link should have text that corresponds to the header text of its related section (e.g. if you have a “Hello world” section/header, your #navbar should have a .nav-link which has the text “Hello world”).
I’m just trying to solve this atm:
Failed: Each .nav-link should have text that corresponds to the header text of its related section (e.g. if you have a “Hello world” section/header, your #navbar should have a .nav-link which has the text “Hello world”).
The other ones are pretty simple to solve. This one is the only error I get.
I forgot to mention that I did this as a mock up to test why the .nav-link here doesn’t work. It doesn’t recognize the Header & a-text as the same. I do not know why
Here is more testing. I stripped it down to just ONE header and it DOES NOT work.
It shouldn’t flag this, but it does. I literally made the p tag w/ the text. Im moving on from this project, if anyone can tell me why freeCodeCamp thinks mine has an issue I would love to know.
At this point I’m almost 100% I did the assignment correctly since I get no issues besides this w/ my actual project, but this has taken up too much time.
ERROR: Each .nav-link should have text that corresponds to the header text of its related section (e.g. if you have a “Hello world” section/header, your #navbar should have a .nav-link which has the text “Hello world”).
Solution found. The issue was that I had been hiding my Navbar if the screen got too small (i set the visibility to hidden) and it didnt like that. I had no issues. Once I had shown the navbar at end it was happy.