-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-backup-31-03.html
59 lines (55 loc) · 2.17 KB
/
index-backup-31-03.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/modern-normalize@2.0.0/modern-normalize.css" />
<title>Combuy</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header-wrapper">
<header>
<h1>COM.BUY</h1>
<p class="header-text">Buying in bulk<br>instead of supply and demand !
<br>“ Let's pool our power “
</p>
<nav class="navigation">
<a class="nav-button" href="">OFFERS</a>
<a class="nav-button" href="">MUSTHAVE</a>
<a class="nav-button" href="">CONTACT</a>
</nav>
</header>
</div>
<main>
<div class="card-offer">
<div class="inner-wrapper">
<img class="card-picture" src="https://source.unsplash.com/300x300/?product,1" />
<svg class="star-icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-star-fill" viewBox="0 0 16 16">
<path
d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z" />
</svg>
<div class="box-star">
</div>
<div class="box-info">
<p>?</p>
</div>
<!--<h2>PRODUCT 1</h2>
<p>REGULAR PRICE<br>$129,99</p>-->
<div class="tier-wrapper">
<h2 class="product">PRODUCT 1</h2>
<p class="tiers">TIER 1 - $119,99<br>
TIER 2 - $109,99<br>
TIER 3 - $100,99</p>
</div>
</div>
<p class="buy-button">BUY</p>
<p class="timer">00:01:45:35</p>
</div>
</main>
<footer>
<p>Footer</p>
</footer>
</body>
</html>