Product Landing Page - Multiple Errors need help

Hello, I am trying to complete the Product Landing Page. It has been awhile since I was last on the FCC page and am not familiar with the newest UI in the project pages.

When I run my code through the codepen test template I get error #5 (“When I click .nav-link button in the nav element, I am taken to the corresponding section of the landing page.”) Which seems to be functioning correctly.

When I run it throught the new UI test, I get others errors as well (see screen cap below).

See my code here: Product Landing Page (codepen.io)

Any help is appreciated.

Thank you,

You should link your nav-links to sections.
You linked it to other elements in some cases

Thank you, I found that I had one in a h2 element. Added it to the section instead and that fixed my #5 error.

You know what?)
All remaining issues are connected to CSS, right?
Double check your link element, I think your connection between HTML and CSS can be messed up

Ha! thanks admit. Solved my issues.

Well no, you solved it by yourself with a little guidance)

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.