-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (29 loc) · 995 Bytes
/
index.html
File metadata and controls
36 lines (29 loc) · 995 Bytes
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>lojas de roupas </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Loja de Ropas</h1>
</header>
<img id="loja" src="https://f7j8i5n9.stackpathcdn.com/wp-content/uploads/2016/05/interior-roupas-hm-paris.jpg">
<div class="principal">
<h1>Loja de Roupas</h1>
<p> Estamos no centro de Inacio Martins atendendo de segunda a sexta das 9h as 17h
estamos desde de 1999 com variaslojas para melhor atendelos </p>
<p> varias modas</p>
</div>
<div class="Beneficios">
<h2>Beneficios</h2>
<ul>
<li class="itens">Atendimento Qualificado:</li>
<li class="itens">Estoque variado;</li>
<li class="itens">Localização.</li>
</ul>
<img id="loja 2" src="https://f7j8i5n9.stackpathcdn.com/wp-content/uploads/2016/05/interior-roupas-hm-paris.jpg">
</div>
</body>
</html>