-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchess.html
More file actions
30 lines (25 loc) · 1.15 KB
/
chess.html
File metadata and controls
30 lines (25 loc) · 1.15 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<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=Inconsolata:wght@400;700&family=Montserrat:wght@500;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="chess.css">
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
</head>
<body>
<div class="mainContent">
<img class="img" src="./images/image-product-desktop.jpg" alt="">
<div class="contentRight">
<h5>PERFUME</h5>
<h1>Gabrielle Essense Eau De Parfum</h1>
<p>A floral, solar and voluptous interpretation composed by Olivier Polge, Perfume Creator </p>
<h2>$149.99 <span>169.99</span> </h2>
<a href="#"><img src="/images/icon-cart.svg" alt=""> Add to Cart</a>
</div>
</div>
</body>
</html>