Product Landing Page project question

I couldn’t pass the test-suite for the nav-links that lead to the corresponding section of the landing page… Is there anything wrong with my code??? Thanks for your help!!!

https://codepen.io/gichul0317/pen/BaLVgGa?editors=1100

Your browser information:

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

Challenge: Build a Product Landing Page

Link to the challenge:

HI @gichul0317!

Welcome to the forum!

FCC instructions:
I can see at least three clickable elements inside the nav element, each with the class “nav-link”.

What you wrote
id="nav-link"

See the problem?

Oh, it should be class=“nav-link”… It was a simple mistake!

Thanks for the help!

1 Like

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