Technichal documentation test run on FreeCodeCamp does not pass media query and does not recognizes CSS styles

Hi all,

Below you can find my technichal documentation site, it runs the test succesfully on codepen.io but in the exercise page of freecode camp, the media query is not recognized as well as the CSS styles.

I appretiate if you can have a look! Thanks

https://codepen.io/josesafe/pen/MWQjvvz

HI @josesafe !

Welcome to the forum!

Did you link your css to the html document like the note says in the challenge page on freeCodeCamp?

Note: Be sure to add <link rel="stylesheet" href="styles.css"> in your HTML to link your stylesheet and apply your CSS

Thanks @jwilkins.oboe . Solved! Sorry I missed that one, it was right in front of me!

Cheers

1 Like

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