Technical Documentation Page - Build a Technical Documentation Page

Tell us what’s happening:

I am currently stuck with the @media query, my code is like this
@media (max-width:700px){
p{
font-size:0.3em;
font-weight:normal;
}
}

Your code so far

<!-- file: index.html -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Technical Documentation Page - Build a Technical Documentation Page

it looks fine to me. Share all the code (index.html , style.css) here and we can try and see if maybe your browser may be the issue.

Hello and welcome to the forum!
The code looks good.
Is it possible the final instruction was missed?

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

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