Technical Documentation: FCC is not recognizing media query

Hi fellow campers! I’m experiencing an issue in which I cannot pass the last test for the Technical Documentation Project which asks for at least one media query.

Somehow my code passes all of the tests in the CDN link, but when I copy and paste it in the FCC project page and run the tests, the last test fails.

Is anyone else having the same issue?

Here’s the link to my project: https://codepen.io/bbshark123/pen/JjppMpQ

HI @heretocode123 !

I am looking at your link tag here and you wrote style.css

    <link rel="stylesheet" type="text/css" href="style.css"/>

But that is not the correct file name.
You are missing a character.

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