-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (44 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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:wght@500;700&family=Roboto:wght@400;500&display=swap" rel="stylesheet">
<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=Fraunces:opsz,[email protected],700&family=Montserrat:wght@500;700&family=Roboto:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Essence</title>
</head>
<body>
<main>
<div class="left_image">
<img src="./images/image-product-desktop.jpg" alt="image-product-desktop">
</div>
<div clas>
<h3>
PERFUME
</h3>
<h1>
Gabrielle Essence Eau De Parfum
</h1>
<p>
A floral, solar and voluptuous interpretation composed by Oliver Polge,
Perfumer-Creator for the House of CHANEL.
</p>
<div class="prices">
<span class="priceAfter">$149.99</span>
<span class="priceBefore">$169.99</span>
</div>
<div class="btn">
<button>
<img src="./images/icon-cart.svg" alt="cart">
Add to Cart
</button>
</div>
</div>
</main>
</body>
</html>