-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.12 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta keywords="">
<title>..: Receitas do Nat :..</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="principal">
<header class = "cabecalho">
<img class="img-cabecalho" src="lgoo.png" alt="LOGO" />
<h1 class="titulo"> Receitas do Nat </h1>
</header>
<section class="secao1">
<h3 class="titulorec1">Canjica Cremosa</h3>
<img class="receita1" src="canjica.jpg" alt="receita de canjica"/>
<br><br>
<ul class="ingrediente">Ingredientes
<li>400g Canjica Branca</li>
<li>1 lata de leite condensado</li>
<li>1 litro de leite</li>
<li>250g de creme de leite</li>
<li>300g de amendoim torrado</li>
<li>700ml de Água</li>
</ul>
<br><br>
<h4>Modo de Preparo</h4>
<p class="mododepreparo1"> Cozinhe a canjica com a água até que ela fique <span class="item1">"al dente".</span>
Escorra a canjica, coloque ...
</p>
</section>
</div>
</body>
</html>