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