-
Notifications
You must be signed in to change notification settings - Fork 0
/
lunch.html
53 lines (51 loc) · 1.37 KB
/
lunch.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Healthy Lunch</title>
<link rel="stylesheet" href="thali.css">
<header>
<div style="background-color:#FFCEB1;color:#EB3E1D; padding: 15px;">
<h1>Be ready for your hot lunch</h1>
</header></div>
<main>
<section class="menu-section">
<h2>Our Lunch Menu</h2>
<div class="product">
<img src="thali4.jpg" alt="Indian Thali">
<h3>Get a complete thali with home like taste</h3>
<p>Indian thali: A Light and Versatile Indian food Delight<br></p>
<br>
<button>Buy Now</button>
<br>
</div>
<hr>
<div class="product">
<br>
<img src="thali5.jpg" width=250px alt="Thali VEG">
<h3>Thali veg</h3>
<p>Beyond ordinary salad - explore the vibrant world of sprouted flavors.</p>
<br>
<button>Buy Now</button>
<br>
</div>
<hr>
<br>
<div class="product">
<img src="thali6.jpg" alt="Product 3">
<h3>bengali Thali</h3>
<p>Also get the experience of delightful Indian salad experience</p>
<br>
<button>Buy Now</button>
<br>
</div>
</section>
</main>
<hr>
<hr>
<footer>
<p>© 2024 Delicious Lunch</p>
</footer>
</body>
</html>