-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (59 loc) · 1.77 KB
/
index.html
File metadata and controls
68 lines (59 loc) · 1.77 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ESTILO DO CHEF</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>ESTILO DO CHEF</h1>
<p>DA NOSSA COZINHA PARA SUA MESA</p>
</header>
<img src="cozinha.webp">
<section id="menu">
<h2>CARDAPIO</h2>
<ul>
<li>Filé Mignon ao Molho de Mostarda Dijon e Espuma de Alho Negro - Preço: R$ 112,00 </li>
<li>ataki de Atum com Gomos de Laranja e Molho de Gengibre - Preço: R$ 88,00 </li>
<li>Tartare de Salmão com Abacate e Chips de Batata Doce - Preço: R$ 72,00
</ul>
<div class="container-imagens">
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Imagens Alinhadas</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="imagens-container">
<img src="tataki-de-atum-0011.jpg" alt="Imagem 1" class="imagem">
<img src="Tartare_de_saumon_a_l_avocat_et_mangue.webp" alt="Imagem 2" class="imagem">
<img src="9b69a157df.webp" alt="Imagem 3" class="imagem">
</div>
</body>
</html>
</div>
</section>
<section id="localizacao">
<h2>LOCALIZAÇAO</h2>
Rua. Eng. Saporski, 766 - Ivaí
<a href="https://www.google.com/maps?q=R.+Eng.+Saporski,+766+-+Ivaí">
Ver no Google Maps
</a>
</section>
<div class="container-imagens">
</div>
<section id="contato">
<h2>CONTATO</h2>
<p>TELEFONA: (42) 99444395</p>
<p>EMAIL: manndeoliveiragabriel@gmail.com</p>
</section>
<footer>
<p>© 2025 ESTILO DO CHEF</p>
</footer>
</body>
</html>