Aprenda tipografia criando um rótulo nutricional - Passo 3

Conte-nos o que está acontecendo:

Nutrition Label

Nutrition Facts

8 servings per container

Serving size 2/3 cup (55g).

Qual o erro no segundo parágrafo. O código não passou, por que?

Seu código até o momento

<!-- file: index.html -->

<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <title>Nutrition Label</title>
</head>

<body>
  <h1>Nutrition Facts</h1>
  <p>8 servings per container</p>
  <p>Serving size 2/3 cup (55g).</p>

</body>
</html>

<!-- User Editable Region -->

/* file: styles.css */

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/126.0.0.0 Safari/537.36

Informações do desafio:

Aprenda tipografia criando um rótulo nutricional - Passo 3

Adicione um segundo elemento p com o texto Serving size 2/3 cup (55g) .

Remove the punctuation at the end.


As an aside, if the punctuation is part of the value that is asked for, it will be inside the highlighting.

This is a value with punctuation at the end.