-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
121 lines (106 loc) · 4.19 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pizza-Burg</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="hero">
<div class="content">
<h3>Savor the Flavors</h3>
<h1>Experience Culinary Excellence Food Experience</h1>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock</p>
<button class="btn">Shop The Hotest Food</button>
</div>
</section>
<section id="hero2">
<div class="he11">
<p>Favorite Brands</p>
<h1>Your Favorite Brands Food Are Now On Sale</h1>
</div>
<div class="main2">
<div class="picd">
<div class="pic">
<img src="assets/pizza.png" alt="">
</div>
<div class="des">
<button>Pizza Burg</button>
<h1>Up To 50% Off</h1>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text.</p>
</div>
</div>
<div class="picd">
<div class="pic">
<img src="assets/biriyani.png" alt="">
</div>
<div class="des">
<button>Kacchi Bhai</button>
<h1>Up To 50% Off</h1>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text.</p>
</div>
</div>
<div class="picd">
<div class="pic">
<img src="assets/burger.png" alt="">
<div class="des">
<button>Burger King</button>
<h1>Up To 50% Off</h1>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text.</p>
</div>
</div>
<div class="white">
<button>Watch All Sells</button>
</div>
</section>
<section class="main3">
<div class="pix">
<img src="assets/foods.png" alt="">
</div>
<div class="dik">
<div class="dik1">
<h1>We always make sure to provide you with good food</h1>
<P>Don’t miss a thing! Subscribe to our newsletter</P>
<button>Follow Us On</button>
</div>
<div class="ico">
<img src="https://cdn-icons-png.flaticon.com/128/5968/5968764.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/5968/5968958.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/2111/2111463.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/145/145808.png" alt="">
</div>
</div>
</section>
<section class="main4">
<div class="picd">
<div class="pic">
<img src="assets/pizza.png" alt="">
</div>
<div class="des">
<button>Pizza Burg</button>
<h1>Up To 50% Off</h1>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text.</p>
<div class="yup">
<button class="yup1">Watch All Sells</button>
</div>
</div>
</div>
</section>
<section class="foot">
<div class="foott">
<div class="foot1">
<h1>We always make sure to provide you with good food</h1>
<p>Don’t miss a thing! Subscribe to our newsletter</p>
<button>Follow Us On</button>
</div>
<div class="ico1">
<img src="https://cdn-icons-png.flaticon.com/128/5968/5968764.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/5968/5968958.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/2111/2111463.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/145/145808.png" alt="">
</div>
</div>
</section>
</body>
</html>