Aprende CSS básico construyendo un menú de cafetería - Paso 12

Tell us what’s happening:

Describe tu problema en detalle aquí.
What’s my fault here?, I think I did it right, but it doesn’t come out that I’m doing it wrong. / cual es error que estoy cometiendo? segun yo lo hice bien , no se porque me tilda de equivocado, y no puedo continuar con los ejercicios.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>

<!-- User Editable Region -->

    <style>
      h1 {
        text-align: center;
      }
      p {
        text-align: center;
      }
      h2 {
        text-align: center;
      }
    </style>

<!-- User Editable Region -->

  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>
</html>

Your browser information:

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

Challenge Information:

Aprende CSS básico construyendo un menú de cafetería - Paso 12

image

Tu código si está pasando las pruebas.
has intenta en otro navegador, a veces algunas extensiones afectan que aunque el código esté bien marque error.
tambien puedes intentar borrando las cookies y

1 Like