-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/CSS/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fraunces">
<title>Product Review Card</title>
</head>
<body>
<main>
<div class="container">
<div class="img-contain">
</div>
<div class="content-contain" style="background-color:white">
<h5>PERFUME</h5>
<br>
<h1>Gabrielle Essence Eau De Parfum</h1>
<br>
<p class="p">A floral, solar and voluptuous interpretation composed by Olivier Polge, Perfumer-Creator for the House of CHANEL.</p>
<br>
<p class="m">$149.99 <span style="font-size: 16px; color: hsl(228, 12%, 48%) "><del>$169.99</del></span></p>
<br>
<button><img class="cart"src="/IMAGES/icon-cart.svg" alt="cart"></img>Add to Cart</button>
</div>
</div>
</main>
</body>
</html>