-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (27 loc) · 1.1 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
<DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Happy Snack</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img id = "banner" width="50%" src="fernanda.jpg" >
<div class="principal">
<h1>lanches feliz</h1>
<p>Os melhores Snack da região! <strong> O caminho da felicidade tem o endereço do nosso restaurante </strong> Não percam tempo!.</p>
<p><em>Nossa missão é: <strong>"Proporcionar auto-estima e qualidade de vida aos clientes"</strong>.</p>
<p>Oferecemos profissionais experientes e antenados às mudanças no mundo da moda. O atendimento possui padrão de excelência e agilidade, garantindo qualidade e satisfação dos nossos clientes.</p>
</div>
<div class="beneficios">
<h2>Benefícios</h2>
<img src="hamburguer-artesanal.jpg" class="imagembeneficios">
<ul>
<li class="itens">Batatas Fritas</li>
<li class="itens">Hamburguer</li>
<li class="itens">Refrigerantes </li>
<li class="itens">Mistos </li>
</ul>
</div>
</body>
</html>