Responsive-web-design

Tell us what’s happening:
‘’’
i can’t pass, but i think it’s true;
‘’’
Your code so far


<style>
  p {
    font-size: 20px;
  }
  
  /* Add media query below */
  @media (max-height:800px){
    p {
      font-size:10px;
    }
  }
</style>
  
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus quis tempus massa. Aenean erat nisl, gravida vel vestibulum cursus, interdum sit amet lectus. Sed sit amet quam nibh. Suspendisse quis tincidunt nulla. In hac habitasse platea dictumst. Ut sit amet pretium nisl. Vivamus vel mi sem. Aenean sit amet consectetur sem. Suspendisse pretium, purus et gravida consequat, nunc ligula ultricies diam, at aliquet velit libero a dui.</p>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-principles/create-a-media-query/

Try removing the space between p and {.
See if it helps.

It passes for mine exactly how you’ve written, I just copy and pasted. Can you tell us which criteria isn’t passes when you submit it?

I would try it in Firefox, a number of people have had issues with this challenge related to having set custom font sizes.

BTW the challenge has been updated (uses a regex now instead) but it has not been pushed to the main site yet.