-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 1.29 KB
/
index.html
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
37
38
39
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img id="logo" src="imagens/logo.png" alt="Logo do site">
<div id="links_superiores">
<a id="topo" href="#"><strong>HOME</strong></a>
<a id="topo" href="#"><strong>QUEM SOMOS</strong></a>
<a id="topo" href="#"><strong>RECEITAS</strong></a>
</div>
</header>
<section class="titulo">
<div id="titulo__titulo"><h1>Bem vindo! </h1>
<h2>A vida fica bem melhor <br> com comida e amigos!</h2></div>
</div>
</section>
<section class="receitas">
<h1 id="titulo_receitas">Receitas</h1>
<ul id="lista_receitas">
<li><a href="pao-de-queijo.html">Pão de queijo</a></li>
<li><a href="#">Pizza</a></li>
<li><a href="#">Pãozinho recheado</a></li>
<li><a href="#">Cupcake de cenoura</a></li>
<li><a href="#">Macarrão ao molho branco</a></li>
<li><a href="#">Purê de abóbora</a></li>
</ul>
</section>
<footer>
<p>© 2024 Autoria própria.</p>
</footer>
</body>
</html>