Product landing project page issue

Hi all

So I’m nearing the end of completing my product landing page project, but have ran into an issue that has had me stumped for a few days now after trying to resolve by myself.

my nav bar links are going to the appropriate parts of my page but I am failing ## 5. When I click a .nav-link button in the nav element, I am taken to the corresponding section of the landing page.’

any help or insight would be appreciated

https://codepen.io/rsmith90/pen/vYZWrXQ?editors=1000

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36

Challenge: Build a Product Landing Page

Link to the challenge:

You should remove the class "nav-link" from the <div> tag that encloses your <ul> containing your actual <a> elements.

The test expects every element with class="nav-link" to have an href attribute, and that <div> doesn’t and shouldn’t.

1 Like

omgsh you are amazing thank you for your response mind blown thats all it was

1 Like

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