I’m doing Build a Technical Documentation Page. However, it keeps saying "Your Technical Documentation project should use at least one media query. "
on codepen, it’s passing but it’s not on freecodecamp website.
anybody knows?
I’m doing Build a Technical Documentation Page. However, it keeps saying "Your Technical Documentation project should use at least one media query. "
on codepen, it’s passing but it’s not on freecodecamp website.
anybody knows?
HI @cjh8710 !
Welcome to the forum!
Did you link your css to the html file?
<head>
<link rel="stylesheet" href="styles.css">
</head>
Awesome! it worked !! Thank you !!
Thanks you for opened this topic. I had the same problem!!
thanks everyone to help us!