-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (31 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style-m2.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Stalemate&display=swap" rel="stylesheet">
<title>OUR MENU</title>
</head>
<h1>Our Menu</h1>
<body class="row">
<section class="section col-lg-4 col-md-6" >
<div id="d1">Chicken
</div>
<p>Chickens are average-sized fowls, characterized by smaller heads, short beaks and wings, and a round body perched on featherless legs.</p>
</section>
<section class="section col-lg-4 col-md-6" >
<div id="d2">Beef
</div>
<p>Beef is the culinary name for meat from cattle (Bos taurus). Beef can be prepared in various ways; cuts are often used for steak, which can be cooked to varying degrees of doneness,</p>
</section>
<section class="section col-lg-4 col-md-12" >
<div id="d3">Sushi
</div>
<p>Sushi is a Japanese dish of prepared vinegared rice, usually with some sugar and salt, plus a variety of ingredients, such as vegetables, and any meat, but most commonly seafood .</p>
</section>
</body>
</html>