-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlandingpage_codsoft.html
More file actions
61 lines (56 loc) · 2.21 KB
/
landingpage_codsoft.html
File metadata and controls
61 lines (56 loc) · 2.21 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>landing page</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css" rel="stylesheet">
</head>
<body>
<div id="main">
<div id="nav">
<h1><i class="ri-menu-line"></i>MENU</h1>
<div id="nav-pt2">
<h5>Drink</h5>
<h5>Categories</h5>
<h5>Buy franchise</h5>
<div id="line"></div>
<img src="th.png" alt="">
<div id="line"></div>
<h5>Stores</h5>
<h5>Contact</h5>
<h5>Our story</h5>
</div>
<i class="ri-search-line"></i>
</div>
<div id="content">
<div id="left"><h1>your favourite <span>coke</span> just got reinvented..</h1>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quae magnam similique est aliquid ipsa deserunt quisquam libero laborum tempora illo!</p>
<button><i class="ri-shopping-bag-2-line"></i>Taste now</button>
</div>
<div id="center">
<div id="center-bg"></div>
</div>
<div id="right">
<div id="right-elem">
<div id="elem1">
<h1>Descriptions </h1>
<i class="ri-add-line"></i>
</div>
<div id="elem1">
<h1>Nutrients</h1>
<i class="ri-add-line"></i>
</div>
<div id="elem2">
<h1>Ingredients</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perspiciatis deserunt non itaque nesciunt atque. Fuga laudantium nihil mollitia repellat ratione.</p>
</div>
</div>
</div>
<img src="Coca-Cola-Bottle-100th-birthday.png" alt="">
</div>
</div>
</div>
</body>
</html>