-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (43 loc) · 1.57 KB
/
index.html
File metadata and controls
47 lines (43 loc) · 1.57 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<title>Project 02</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="main">
<div id="nav">
<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>Exclusive brands aspire for the label haute <br> couture, but the term is technically limited to <br> members
of the 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>