-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProduct-inactive-html
38 lines (32 loc) · 1.25 KB
/
Product-inactive-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
<DOCTYPE! html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Image Product </title>
<link rel="stylesheet" type="text/css" href="styles.css">
<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:ital,opsz,wght@0,9..144,700;1,9..144,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<img src="https://assets.codepen.io/11868974/image-product-desktop.jpg?format=auto"></img>
</div>
<div class="container2">
<p class="perfume">PERFUME </p>
<h1>Perfume Gabrielle Essence Eau De Parfum</h1>
<br>
<p class="perfume2">A floral, solar and voluptuous interpretation composed by Olivier Polge, Perfumer-Creator for the House of CHANEL</p>
<br>
<br>
<p class="three">$149.99 </p><p class="four">$169.99</p>
<br>
<p class="five">Add to Cart</p>
</div>
</body>
<!-- NOTES - ADD THIS AT THE END
<footer>
<p class="footer"> Challenge by Frontend Mentor. Coded by Danielfww.
</footer> -->
</html>