-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cotton Weave Project ft. Sheryians</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css" rel="stylesheet"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div id="main">
<div id="left">
<h1>a cotton<br>weave.</h1>
<div id="bottom-left">
<div id="color">
<h5>Color</h5>
<div id="color1"></div>
<div id="color2"></div>
</div>
<h4>Details</h4>
<p>A stylish cotton weave twill cap, perfect for casual wear, offering durability, comfort, and a classic look for everyday use.</p>
</div>
</div>
<div id="right">
<div id="right-top">
<h4>$99</h4>
<h5>Rating
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
</h5>
</div>
<img src="https://images.unsplash.com/photo-1527813972756-2890936000e9?q=80&w=1891&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="cap-image">
<div id="circle-button">
add to bag
</div>
<h5 id="rotated">Cotton Twill Cap</h5>
</div>
</div>
</body>
</html>