-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·64 lines (64 loc) · 2.73 KB
/
index.html
File metadata and controls
executable file
·64 lines (64 loc) · 2.73 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
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Assignment Solution</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="menu">
<h1>
Our Menu
</h1>
</div>
<div class="contain">
<div class="divs">
<section>
<div class="sec1" id="one">
Chicken
</div>
</section>
<p>Chicken is a versatile and popular choice on our menu,
offering a variety of delicious and nutritious options
to satisfy every palate. From our succulent grilled chicken
breasts, seasoned to perfection with a blend of herbs and spices,
to our crispy and flavorful fried chicken, we ensure each dish is
cooked to tender, juicy perfection. For those seeking a lighter
option, our chicken salads, paired with fresh, vibrant vegetables
and a choice of dressings </p>
</div>
<div class="divs">
<section>
<div class="sec1" id="two">
Beef
</div>
</section>
<p>Our menu features a variety of beef dishes that are sure
to satisfy any meat lover's cravings. From our tender,
juicy steaks, cooked to your preferred level doneness,
to our mouthwatering beef burgers, topped with a selection
of gourmet ingredients, every bite is a testament to quality
and flavor. Our slow-cooked beef brisket is a crowd favorite,
marinated with a rich blend
of spices and cooked until it melts in your mouth.</p>
</div>
<div class="divs">
<section>
<div class="sec1" id="three">
Sushi
</div>
</section>
<p>Our sushi menu offers an exquisite selection of rolls,
sashimi, and nigiri, with the freshest ingredients
to provide an authentic and delightful experience.sushi
roll is a perfect blend of flavors and textures, from the classic
California roll its creamy avocado and tender crab meat to
the spicy tuna roll, featuring a kick heat balanced by cool,
refreshing cucumber. For the purists, our nigiri showcases the
finest cuts of fish, such as melt-in-your-mouth.</p>
</div>
</div>
</body>
</html>