-
Notifications
You must be signed in to change notification settings - Fork 0
/
brindes.html
76 lines (76 loc) · 2.96 KB
/
brindes.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
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="ptbr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loja amadeirada</title>
<link rel="icon" type="image/png" href="img/favicon.png">
<link rel = "stylesheet" href="reset.css">
<link rel = "stylesheet" href="produtos.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div id="caixa">
<nav>
<ul class="menu">
<li><a href="login.html" target="_self">Login</a></li>
<li><a href="index.html" target="_self">Home</a></li>
<li><a href="empresa.html" target="_self">Empresa</a></li>
<li><a href="produtos.html" target="_self">Produtos</a>
<ul>
<li><a href="quadros.html">Quadros</a></li>
<li><a href="tabuas.html">Tábuas</a></li>
<li><a href="oculos.html">Óculos</a></li>
<li><a href="relogio.html">Relógio</a></li>
<li><a href="brindes.html">Abridor</a></li>
</ul>
</li>
<li><a href="redes.html" target="_self">Redes</a></li>
<li>Search<img src="img/lupa.png" width="68px" height="34px"></li>
</ul>
</nav>
<h1>Loja amadeirada</h1>
</div>
</header>
<div>
<ul class="produtos">
<li>
<img class="imgprod" src="img/produto5.png" width="204px" height="204px">
<p>ABRIDOR DE GARRAFA<br>R$ 39,99</p>
</li>
<lo class="tabela">
<table>
<thead>
<tr>
<th colspan="2">Informações do produto</th>
</tr>
</thead>
<tbody>
<tr>
<td>Largura</td>
<td>15 cm</td>
</tr>
<tr>
<td>Altura</td>
<td>20 cm</td>
</tr>
<tr>
<td>Abridor</td>
<td>Aço Inox</td>
</tr>
</tbody>
</table>
</lo>
</ul>
<ul>
<lo class="bt_compra">
<p>Comprar</p>
</lo>
</ul>
</div>
</body>
</html>