I’ve completed the Landing Page project of the HTML/CSS curriculum, and I’m pretty sure I’ve included all of the steps (user/stories), but the bot keeps telling me that:
(#5) the nav-link button in the nav element, won’t take it to the corresponding section of the landing page, and
the product landing page does not have at least one media query.
Can you help me figure out what’s going on here? or is this a bug?
First takeaway should be don’t copy code, you are meant to do your own code.
The answer is, they are using SASS/SCSS which supports nesting (you can see the compiled CSS by pressing the down chevron on the CSS box and clicking View Compiled CSS).