Hola tengo un problema hago el ejemplo tal cual pero cuando le doy a probar me da error

Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.

  **Tu código hasta el momento**

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

/* Cambia solo el código debajo de esta línea */
@media ( max-height: 800px ){
p {
  font-size: 10px;
}
}
/* Cambia solo el código encima de esta línea */
</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>
  **Información de tu navegador:**

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.67

Desafío: Crea un media query

Enlaza al desafío:

I solved it, i change the Idioma of the web site, to english, was Español.

I tested your code on the Spanish version and it passes for me. So it might just have been a glitch. Sometimes clearing the cache and resetting the challenges can help.

1 Like

Thanks for answer, i think so!

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