-
Notifications
You must be signed in to change notification settings - Fork 0
/
landingpage.html
83 lines (81 loc) · 3.85 KB
/
landingpage.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>COCA COLA</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="nav">
<h1><i class="ri-menu-line"></i>Menu</h1>
<div class="nav2">
<h5>Drinks</h5>
<h5>Categories</h5>
<h5>Buy Frenchies</h5>
<div class="line"></div>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/Coca-Cola_logo.svg/2560px-Coca-Cola_logo.svg.png" alt="">
<div class="line"></div>
<h5>Stores</h5>
<h5>Contact</h5>
<h5>Store</h5>
</div>
<i class="ri-search-line"></i>
</div>
<div class="content">
<div class="left">
<h1>Your favourite</h1><h1>coke</h1><h1>just got reinvented.</h1>
<div class="span">
<span>Things go better with Coke.</span>
<span>1969 - It's the real thing.</span>
<span>1975 - Look up, America. 1976 - Coke adds life.</span>
</div>
<button><i class="ri-shopping-bag-3-line"></i> Taste Now!</button>
<i class="ri-heart-line"></i>
</div>
<div class="center">
<img src="img.png" alt="">
</div>
<div class="right">
<section class="faq">
<div class="faqbox">
<span>Descriptions</span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg">
<path d="M12 4V20" stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M4 12H20" stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<div class="faqbox">
<span>Nutrients</span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg">
<path d="M12 4V20" stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M4 12H20" stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<div class="faqbox">
<span>Ingredients</span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg">
<path d="M12 4V20" stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M4 12H20" stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<div class="span2">
<h5>Taste the feeling.Whoever You Are, Whatever You Do, think of a good ice cold Coca Cola.The only thing like Coca Cola is Coca Cola itself...</h5>
</div>
</div>
</section>
</div>
<div class="sepration">
</div>
<footer>
<h5>©Copyright || Keep supporting❤️.</h5>
</footer>
</div>
</div>
</body>
</html>