Please help me to see where I am going wrong

Tell us what’s happening:

Your code so far


<style>
p {
  font-size: 20px;

/* Only change code below this line */
@media (max-height:800px) {
font-size:10px;


}
/* Only change code above this line */
</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 (Linux; Android 9; SM-A207F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.83 Mobile Safari/537.36.

Challenge: Create a Media Query

Link to the challenge:

Hello there,

You have changed code you are not supposed to. I suggest your reset the challenge, and start again, being sure to only place your code where it needs to be.

Hope this helps

Thanks. I reset the code and followed the hint. I have now passed that section.