-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"/>
</head>
<body>
<div id="main">
<div id="nav"
<h4></h4>
<h4>About</h4>
<h4>News</h4>
<h4>Cart</h4>
<i class="ri-shopping-bag-line"></i>
</div>
<div id="center">
<h1>Lightly padded,<br>quality jacket in<br> recycled polyster.</h1>
<div id="center-in">
<p>Exculsive brands aspire for the label haute<br>
couture, but the term is technically limited to<br>
memths of Chambre Syndicale de la Haute</p>
<div id="right">
<div class="elem">
<a href="#">Add To Cart</a>
<i class="ri-arrow-right-up-line"></i>
</div>
<div class="elem">
<a href="#">Product Detail</a>
<i class="ri-arrow-right-up-line"></i>
</div>
<div class="elem">
<a href="#">Shipping</a>
<i class="ri-arrow-right-up-line"></i>
</div>
</div>
</div>
</div>
<div id="bottom"></div>
</div>
</body>
</html>