-
Notifications
You must be signed in to change notification settings - Fork 0
/
Demel.html
65 lines (65 loc) · 2.63 KB
/
Demel.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
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
<html>
<head>
<link rel="stylesheet" href="styles\02-stylesheet.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato|Rubik">
</head>
<body>
<table>
<tr>
<th>
<header class="imgLogo">
<img src="images/AmigoUrso_topo.png" alt="The logo is a bear holding a honey pot">
</header>
</th>
<th>
<address class="ender">
<p>Rua Apis Mellifera, 1</p>
<p>Tel: (21) 91122-3344</p>
<p>contato@zangao.com.br</p>
</address>
</th>
</tr>
<tr>
<th>
<nav>
<ul>
<li><a href="AmigoUrso.html" target="blank">Apresentação</a></li>
<li><a href="Demel.html" target="blank">Mistura de Mel</a></li>
<li><a href="Dabel.html" target="blank">Direto da abelha</a></li>
<li><a href="Pedidos.html" target="blank">Pedidos</a></li>
</ul>
</nav>
</th>
<th>
<h2 class="titulo">
Mistura de Mel
</h2>
<section class="listaComMel">
<ol>
<li>
Iogurte:
</li>
<ul>
<li>Natural com mel (150g) - <span class="preco">R$2,50</span></li>
<li>Zero lactose (150g) - <span class="preco">R$3,00</span></li>
</ul>
<li>
Balas:
</li>
<ul>
<li>Gengibre e Mel (60g) - <span class="preco">R$6,00</span></li>
<li>Mel e Anis (60g) - <span class="preco">R$6,00</span></li>
</ul>
<li>
Barra de Cereal:
</li>
<ul>
<li>Mel e Granola (25g) - <span class="preco">R$1,50</span></li>
</ul>
</ol>
</section>
</th>
</tr>
</table>
</body>
</html>