6. The .main-section elements should contain at least 5 elements total (not each).
12. Each element with the class of “nav-link” should contain text that corresponds to the text within each (e.g. if you have a “Hello world” section/header, your navbar should have an element which contains the text “Hello world”).
With the main-section element does that mean 5 bits of code under the html section? I haven’t used main-section as a .class but I did quickly try but still a fail.
All my nav-links do contain a elements that corresponds to each of the headers with #id. I’ve only done 5 nav-links, my plan was to copy the project as best I can and then design my own. I even put nav-links on all my li a elements and then linked them to all the headers on the page but still no go.