Step 12 center h1

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

Hi, I cant pass and i don’t see why

  **Tu código hasta el momento**

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <title>Cafe Menu</title>
  <style>
    h1 {
      text-aling: center;
    }
  </style>
</head>
<body>
  <header>
    <h1>CAMPER CAFE</h1>
    <p>Est. 2020</p>
  </header>
  <main>
    <section>
      <h2>Coffee</h2>
    </section>
  </main>
</body>
<html>
  **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/101.0.4951.67 Safari/537.36

Desafío: Step 12

Enlaza al desafío:

Hi @davidalfredo1980 ,

You have a typo here :

Thanks… :open_mouth: dummy error…

1 Like