-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreceita.html
More file actions
20 lines (20 loc) · 790 Bytes
/
receita.html
File metadata and controls
20 lines (20 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html lang="PT-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Receita</title>
</head>
<body>
<h1>Receita Mousse de Limão</h1>
<h2>Modo de Preparo</h2>
<ol type="1">
<li>Coloque no liquidificador o creme de leite (com soro mesmo) e o leite condensado.</li>
<li>Bata um pouco e depois vá acrescentando o suco do limão, aos poucos.</li>
<li>Ele vai ficar bem consistente, leve à geladeira.</li>
</ol>
<h3>Resultado:</h3>
<img src="./imagens/mousse.webp" alt="Imagem do mousse de limão" style="width:326px; ;height:244px;">
<img src="./imagens/mousse2.jpg" alt="Imagem do mousse de limão" style="width:326px; ;height:244px;">
</body>
</html>