Crie um Menu de Cafeteria - Passo 9

Conte-nos o que está acontecendo:

h1, h2, p {
text-align: center;
}Você deve usar um seletor de tipo único para todos os três elementos, h1, h2, p. Não se esqueça de lançar os elementos na sequência solicitada. solícito a correçaõ.

Seu código até o momento

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

<!-- User Editable Region -->

      h1 {
        text-align: center;
      }
      h2 {
        text-align: center;
      }
      p {
        text-align: center;
      }

<!-- User Editable Region -->

    </style>
  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
h      </section>
    </main>
  </body>
</html>
h1, h2, p {
  text-align: center;
}

Informações do seu navegador:

Agente de usuário: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36

Informações do desafio:

Crie um Menu de Cafeteria - Passo 9

Github Link: i18n-curriculum/curriculum/challenges/portuguese/blocks/workshop-cafe-menu/5f3477ae34c1239cafe128be.md at main · freeCodeCamp/i18n-curriculum · GitHub

Olá @robertrosadelima

Por favor, insira o novo seletor no elemento style.

Você precisará remover os três seletores anteriores.

Boa programação!

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