Aprenda CSS básico criando um menu de restaurante - Passo 17

Conte-nos o que está acontecendo:
Descreva detalhadamente o problema aqui. nao consigo passar daqui

Seu código até o momento

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
    <link href="styles.css" rel="stylesheet"/>
  </head>

<!-- User Editable Region -->

  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>
</html>
/* file: styles.css */
h1, h2, p {
  text-align: center;
}

Informações de seu navegador:

Agente de usuário: Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-M236B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/19.0 Chrome/102.0.5005.125 Mobile Safari/537.36

Desafio: Aprenda CSS básico criando um menu de restaurante - Passo 17

Link para o desafio:

The instructions give you the exact HTML to add. You can just copy/paste the HTML in the instructions into the editor if you are able to. Otherwise, make sure you type it exactly as it looks in the instructions.

1 Like

Olá, @Breno.cs007 e boas-vindas ao fórum do freeCodeCamp. Conforme comenta o @bbsmooth, nas instruções, você tem a linha necessária para ser inserida no head. Se quiser, basta copiar e colar a linha lá e testar. Bons estudos para você. :slight_smile: