-
Notifications
You must be signed in to change notification settings - Fork 1
/
bowls.html
398 lines (328 loc) · 11.1 KB
/
bowls.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chicken Bowls</title>
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" href="./css/style.css">
<style>
* {
margin: 0%;
padding: 0px;
position: sticky;
}
#nav {
width: 100%;
height: 73px;
margin: auto;
padding: 10px 0px;
padding-top: 20px;
margin-top: 69px;
display: flex;
justify-content: space-evenly;
background-color: #00008B;
border: none;
position: -webkit-sticky;
}
#nav>div a {
text-decoration: none;
color: white;
font-size: 22px;
padding-top: 100px;
}
#nav>div a::after {
content: " ";
width: 0;
height: 3px;
background-color: white;
display: block;
margin: auto;
}
#nav>div a:hover::after {
width: 100%;
transition: width 0.1s linear;
}
#nav>div a:hover {
color: whitesmoke;
}
#nav>div a {
font-size: 20px;
font-style: italic;
}
/* top img */
#top {
width: 100%;
height: 140px;
border: 0px solid red;
margin: auto;
background-color: #F5F5F5;
}
#top img {
height: 140px;
width: 100%;
}
/* order */
#order{
border:0px solid black;
height:800px;
width:100%;
margin:auto;
background-color:#F5F5F5;
border:0px solid black;
display:flex;
margin:auto;
}
#order>div{
height:900px;
width:500px;
border:0px solid red;
}
#order>div h1{
margin-top:300px;
color:orangered;
text-align:center;
font-style:italic;
font-size:45px;
margin-bottom:30px;
}
#order>div h3{
text-align:center;
font-size:20px;
}
#order>div>button{
margin-left:180px;
border-radius:20px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
background-color:#00008B;
border:none;
margin-top:30px;
}
#order>div a{
text-decoration:none;
color:white;
font-style:italic;
font-size:20px;
}
#order>div>button:hover{
background-color:orangered;
}
#order>div img{
width:300%;
}
#order>div h3{
text-align:center;
}
/* bowls */
#bowls h1 {
color: orangered;
text-align: center;
font-style: italic;
font-size: 60px;
}
#bowls_top {
width: 100%;
height: auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
margin: auto;
background-color: #F5F5F5;
padding-top: 10px;
padding-bottom: 10px;
}
#bowls_top>div {
gap: 50px;
margin: auto;
padding: 10px;
}
#bowls_top>div>img {
width: 90%;
height: 60%;
margin: auto;
padding: 20px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-radius: 10px;
margin-bottom: 10px;
}
#bowls_top>div>h1 {
font-style: italic;
text-align: center;
border: 10px #F5F5F5;
border-radius: 10px;
}
#bowls_top>div>a {
text-decoration: none;
color: blue;
margin: auto;
padding: 10px;
font-size: 20px;
margin-left: 130px;
}
@media all and (min-width:500px) and (max-width:899px) {
#bowls_top {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
#bowls_top>div>h1 {
text-align: center;
}
#bowls_top>div>a {
margin-left: 50px;
}
}
@media all and (min-width:120px) and (max-width:499px) {
#bowls_top {
display: grid;
grid-template-columns: repeat(1, 1fr);
}
#bowls_top>div>h1 {
text-align: center;
}
#bowls_top>div>a {
margin-left: 50px;
}
}
</style>
<header>
<a href="#" class="logo"><i class="fas fa-utensils"></i><img src="./images/yummy plates.jpeg" alt=""></a>
<nav class="navbar">
<a href="./index.html" class="active">home</a>
<a href="#dishes">dishes</a>
<a href="#about">about</a>
<a href="./favourite.html">Favourite</a>
<a href="#order">order</a>
<a href="./Login.html">LogIn</a>
<a href="./Signin.html">SignUp</a>
</nav>
</header>
</head>
<body>
<div id="nav">
<div><a href="./food.html">ALL</a></div>
<div><a href="extra.html">EXTRAS</a></div>
<div><a href="sides.html">SIDES,DRINKS & SALES</a></div>
<div><a href="./streettacos.html">STREET TACOS</a></div>
<div><a href="./family.html">FAMILY DINNERS</a></div>
<div><a href="./chicken.html">CHICKEN MEALS</a></div>
<div><a href="pollo.html">POLLO FIT MENU</a></div>
<div><a href="./bowls.html">BOWLS</a></div>
</div>
<div id="top">
<img src="https://www.elpolloloco.com/content/img/hero/Tiles_2.png" alt="">
</div>
<!-- midsection -->
<div id="bowls">
<h1>CHICKEN BOWLS</h1>
</div>
<div id="bowls_top">
<div><img src="https://www.elpolloloco.com/content/img/menu/OriginalPolloBowl_M6_2019_761X561.webp">
<h1>Original Pollo Bowls</h1>
<a href="file:///C:/Users/dell/Desktop/Original%20Meals.pdf">Nutrition Info</a>
</div>
<div><img src="https://www.elpolloloco.com/content/img/menu/GrandeAvocadChickenBowl_M6_2019_761X561.webp">
<h1>Chicken Bowl</h1>
<a href="file:///C:/Users/dell/Desktop/Original%20Meals.pdf">Nutrition Info</a>
</div>
<div>
<img src="https://www.elpolloloco.com/content/img/menu/DoubleChickenBowl_M6_2019_761X561.webp">
<h1>Grande Avocado </h1>
<a href="file:///C:/Users/dell/Desktop/Original%20Meals.pdf">Nutrition Info</a>
</div>
<div><img src="https://www.elpolloloco.com/content/img/menu/OriginalPolloBowl_M6_2019_761X561.webp">
<h1>Grande Avocado Chicken Bowl</h1>
<a href="file:///C:/Users/dell/Desktop/Original%20Meals.pdf">Nutrition Info</a>
</div>
<div><img src="https://www.elpolloloco.com/content/img/menu/GrandeAvocadChickenBowl_M6_2019_761X561.webp">
<h1>Double Chicken Bowl</h1>
<a href="file:///C:/Users/dell/Desktop/Original%20Meals.pdf">Nutrition Info</a>
</div>
</div>
<div id="order">
<div><img src="https://www.elpolloloco.com/content/img/order-now_1280.webp"></div>
<div>
<h1>PERFECT POLLO IS JUST A CLICK AWAY</h1>
<h3>Order Online for quick pick up or delivery where</h3>
<h3>available</h3>
<button><a href="#">ORDER NOW</a></button>
</h1>
</div>
</div>
<!-- footer -->
<footer id="footer">
<div class="container">
<hr style="height:0.5px;border-width:0;color:gray;background-color:rgb(32, 28, 28);margin-top: 15px;">
<br>
<div class="logDiv">
<div class="logoFotter">
<h4>Download Apps</h4>
<a href="https://play.google.com/store/apps/details?id=com.graymatrix.did"><img src="https://www.zee5.com/images/play_store.png?ver=2.50.94"></a>
<a href="https://apps.apple.com/in/app/zee5-shows-live-tv-movies/id743691886"><img src="https://www.zee5.com/images/app_store.png?ver=2.50.94"></a>
</div>
<div class="leftlogo">
<h4>Connect with us</h4>
<a href="https://www.facebook.com/ZEE5/" class="fb"><i class="fa-brands fa-facebook-square"></i></a>
<a href="https://www.instagram.com/zee5/" class="insta"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com/zee5india" class="twitter"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UCXOgAl4w-FQero1ERbGHpXQ" class="youtube"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
<div class="row">
<div class="footer-col">
<h3> Food Details</h3>
<div><a href="">Menu</a></div>
<div><a href="">Catering</a></div>
<div><a href="">Gift Cards</a></div>
<div><a href="">Fundraises & Charities</a></div>
<div><a href="">Carrers</a></div>
</div>
<div class="footer-col">
<h3>About US</h3>
<div><a href="">Franchising</a></div>
<div><a href="">Investors</a></div>
<div><a href="">Press Release</a></div>
<div><a href="">Contach Us</a></div>
<div><a href="">Feedback</a></div>
</div>
<div class="footer-col">
<h3>Yummy Plates</h3>
<div><a href="">Earn Points with every order,receive a birthday</a></div>
<div><a href="">rewards and other valuable offers throughout the</a></div>
<div><a href="">years,plus , special app features to order ahead, pay</a></div>
<div><a href="">and save your favourites</a></div>
<div><a href=""><u>Learn More</u></a></div>
</div>
</div>
<div class="aboutFooter">
<p><a href="#">Nutrition Guide</a></p>
<p>|</p>
<p><a href="#">Terms Of Use</a></p>
<p>|</p>
<p><a href="#">Privacy Policy</a></p>
<p>|</p>
<p><a href="#">Coupan policy</a></p>
</div>
<div class="end">Best viewed on Google Chrome 80+, Microsoft Edge 81+, Mozilla Firefox 75+, Safari 5.1.5+
Copyright © 2023 Yummy Plates Entertainment Enterprises Ltd. All rights reserved.</div>
</div>
</footer>
</body>
</html>
Footer
© 2023 GitHub, Inc.
Footer navigation
Terms
Privacy
Security
Status
Docs
Contact GitHub
Pricing
API
Training
Blog
About
concerned-toothpaste-1616/bowls.html at fw22_0703_day-4 · himanshu60/concerned-toothpaste-1616