-
Notifications
You must be signed in to change notification settings - Fork 0
/
tenis7.html
121 lines (106 loc) · 4.87 KB
/
tenis7.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<html>
<head>
<title>NIKE LEBRON XVII LOW</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/><!-- tag para ser responsivo no dispositivo-->
<link rel="stylesheet" type="text/css" href="css/estilo.css" media="screen"/>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="logo">
<a href="index.html" name="home"><img src="img/marca.png" width="220" height="115"></a>
</div>
<div class="tel">
<h3>Vendas por Telefone: (17)3222-5084</h3>
</div>
<div class="pesquisar">
<br class="limpa">
<br class="limpa">
<form method="POST" action="pesquisar.html">
<input type="text" name="txtPesquisar" placeholder="Digite aqui">
<a href="#" class="classname">Pesquisar</a></form>
</div>
</div>
<div class="hr">
<hr>
<nav>
<ul><div class="marquee">
<li><marquee behavior="scroll" scrollamount="15" ><a>NUNCA DEIXE PARA MANHÃ O BOOT QUE VOCÊ PODE COMPRAR HOJE, PERMITA-SE VIVER NO ESTILO! APROVEITE E COMPRE OS MELHORES BOOTS COM OS MELHORES PREÇOS!!!</a></marquee></li>
</div>
</ul>
</nav>
<hr>
</div>
<div class="coluna">
<a>TÊNIS NIKE LEBRON XVII LOW</a>
<fieldset id="line">
<img src="img/tenis7.png" width="15.6%">
<img src="img/tenis7.1.png" width="15.6%">
<img src="img/tenis7.2.png" width="15.6%">
<img src="img/tenis7.3.png" width="15.6%">
<img src="img/tenis7.4.png" width="15.6%">
</fieldset>
<a>DESCRIÇÃO:</a>
<ul>
<li><h3>Tênis Nike Lebron XVII Low</h3></li>
<h4>O legado da lenda LeBron James vem ocupando posição de destaque dentro da cultura Sneaker e, através de cada lançamento, proporciona momentos inesquecíveis aos seus fãs. Agregando a esse legado, a nova silhueta de uma das maiores influências do basquete, junta materiais e tecnologias que garantem conforto e uma jogabilidade de ainda mais alta performance.</h4>
<h3>BENEFÍCIOS</h3>
<li><h4>Estrutura e durabilidade, além de impedir que elas estiquem</h4></li>
<li><h4>Colarinho acolchoado proporciona um ajuste agradável</h4></li>
<h3>DETALHES DO PRODUTO</h3>
<li><h4>Tecnologia de amortecimento Air Max</h4></li>
<li><h4>Solado de borracha</h4></li>
<h3>DADOS TÉCNICOS</h3>
<li><h4>Garantia do fabricante: contra defeito de fabricação.</h4></li>
<li><h4>Origem: importado.</h4></li></ul>
</div>
<fieldset id="preco">
<p>R$ 749,99</p>
<a>10x R$74,99</a>
<br class="limpa">
<form>
<label><p>Quantidade:</p></label>
<input type="number" name="txtNum" placeholder="Digite a quantidade" required>
<br>
<label><p>Tamanho:</p></label>
<radiogroup>
<input type="radio" name="tam" value="35" checked><a>35</a>
<br>
<input type="radio" name="tam" value="37"><a>37</a>
<br>
<input type="radio" name="tam" value="39"><a>39</a>
<br>
<input type="radio" name="tam" value="42"><a>42</a>
<br>
<input type="radio" name="tam" value="44"><a>44</a>
</radiogroup>
<label><p>Gênero:</p></label>
<radiogroup>
<input type="radio" name="gen" value="M" checked><a>Masculino</a>
<br>
<input type="radio" name="gen" value="F"><a>Feminino</a>
<br class="limpa">
<br class="limpa">
<br class="limpa">
</radiogroup>
<a href="#" class="classname">Comprar</a>
</form>
</fieldset>
<center>
<fieldset>
<legend>
<p>Voltar Para Página Principal </p>
</legend>
<a href="index.html" class="classname">Voltar</a>
</fieldset>
</center>
<footer>
<img src="img/beneficios.png">
<br class="limpa">
<a>2020 - Gustavo Henrique Rocha ALves</a>
<br class="limpa">
<a>Ciências da Computação - UNIP</a>
</footer>
</body>
</html>