-
Notifications
You must be signed in to change notification settings - Fork 0
/
dinner.html
46 lines (43 loc) · 1.79 KB
/
dinner.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div style="background-color:#FFCEB1;color:white; padding: 15px;">
<title>Indulge in a Moonlight Feast</title>
<link rel="stylesheet" href="style.css"></div>
</head>
<body>
<header>
<h1>Savor the Stars: Let Dinner Begin</h1>
<img src="thali1.jpg" height=230px width=230px alt="Evening cityscape with twinkling lights">
</header>
<main>
<section class="menu-section">
<h2>Under the Glimmering Lights, Culinary Magic Unfolds</h2>
<div class="product">
<img src="thali2.jpg" height=230px width=230px alt="Sizzling steak with roasted vegetables">
<h3>Seared Rib-Eye Steak & Herb-Roasted Medley</h3>
<p>Tender, juicy steak paired with colorful, flavorful roasted vegetables - a classic done right.</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="thali3.jpg" height=230px width=230px alt="Salmon bathed in creamy sauce with asparagus">
<h3>Herb-Crusted Salmon with Creamy Lemon Sauce</h3>
<p>Delicate salmon infused with herbs, glazed in a velvety lemon sauce, and accompanied by crisp asparagus.</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="Thali7.jpg" height=230px width=230px alt="Vegan pasta adorned with pesto and vegetables">
<h3>Sun-Dried Tomato Pesto Vegan Pasta</h3>
<p>A vibrant feast for the senses - flavourful pesto coated pasta tossed with fresh, sun-kissed tomatoes and vegetables.</p>
<button>Add to Cart</button>
</div>
</section>
</main>
<hr>
<footer>
<p>© 2024 Starlit Delights</p>
</footer>
</body>
</html>