-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.18 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
<!DOCTYPE html>
<html lang="pt_BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gabrielle Essence Eau De Perfum</title>
<link rel="shortcut icon" href="assets/favicon-32x32.png" type="image/x-icon">
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<main>
<div class="container">
<div class="left">
<img src="assets/image-product-desktop.jpg" alt="ImgPerfum">
</div>
<div class="right">
<h4>PERFUME</h4>
<h1>Gabrielle <br> Essence Eau <br> De Parfum</h1>
<h5>A floral, solar and voluptuous <br> interpretation composed by <br> Olivier Polge,
Perfumer-Creator <br> for the House of CHANEL.</h5>
<div class="prices">
<h1>$149.99</h1>
<h5>$̶1̶6̶9̶.̶9̶9̶</h5>
</div>
<div class="botao">
<img src="assets/icon-cart.svg" alt="Icone-Cart">
<button>Add to Cart</button>
</div>
</div>
</div>
</main>
</body>
</html>