-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (65 loc) · 2.26 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
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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pagima principal</title>
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
<header id="container-head">
<div id="container2">
<!-- logo -->
<div id="logo-container">
<h1>AliExpress</h1>
<a href="#" id="drop-cat">
<img src="./imagens/icons8_menu.ico" alt="icone-drop" width="20px">
</a>
<div id="drop-drap">
<ul>
<li>Mangas Cumpridas</li>
<li>Mangas Curtas</li>
<li>Pomadas</li>
<li>Cremes</li>
<li>Oléo</li>
<li>Desodorizante</li>
</ul>
</div>
</div>
<div id="container-input" tabindex="0">
<label for="input-seach" class="sr-only"><img src="./imagens/icons8_search.ico" alt="pesquisa" width="20px"></label>
<input type="search" name="" id="input-search" placeholder="Pesquisar produtos">
</div>
<div id="contanier-car">
<span id="num-produtos">0</span>
<img src="./imagens/icons8_fast_cart.ico" alt="carrinho" width="30px">
</div>
<div id="btn-add">
<button>Adicionar</button>
</div>
</div>
</header>
<section id="container-card">
<div id="text-exp">
<span></span>
<p>Voçê vai Amar</p>
<span></span>
</div>
<div id="cards-main">
<!-- cards -->
<!-- 1 -->
<!-- <div class="card">
<div class="cont-img">
<img src="./imagens/OIP (1).jpg" alt="produto-1">
</div>
<h3 class="preco">MUR20.23</h3>
<del id="text-riscado">MUR20.2</del>
<p>descript</p>
<small class="fret">gratis ou não</small>
</div>
-->
</div>
</section>
<script src="./js/index.js"></script>
</body>
</html>