Create a Media Query,SOS

Tell us what’s happening:
I think my code is not wrong, but I have been unable to pass, limited capacity, really can not find where there is a problem, please help me, thank you.


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; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:

you mean max-wi… ?

I think it’s height.

sorry. yep u r right. the request was for height. so, your code its ok and passes the test. whtas the problem?

Yes, according to the requirements are high, and I think the code should be no problem. But I couldn’t get through. I tried to replace browsers and clear caches.