-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.65 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>my menu</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<h1>< MY MENU ></h1>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12">
<section class="pizza">
<h2>Pizza</h2>
<p>Pizza is a type of food that was created in Italy. It is made by putting "toppings" (such as cheese, sausages, pepperoni, vegetables, tomatoes, spices and herbs and basil and fries) over a piece of bread covered with sauce. The sauce is most often tomato-based, but sometimes butter-based sauces are used.</p>
</section>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<section class="burger">
<h2>Burger</h2>
<p>A burger is a type of sandwich with cooked ground meat between the two halves of a bun. Tomatoes, onions, cheese, salad and dips may also be added. The hamburger may be eaten without a knife and fork, so it is a fast food which can be eaten anywhere.Hamburgers are named for a city in Germany called Hamburg.</p>
</section>
</div>
<div class="col-lg-4 col-md-12 col-sm-12">
<section class="dosa">
<h2>Dosaa</h2>
<p>Dosa is a dish from the Indian subcontinent. It is usually made using rice that is ground into a batter, but can also be made using other ingredients like semolina. The batter is put on a hot flat pan and formed into a circle to cook.Dosa or dosai is a basic part of the diet of people from South India It is usually made using rice that is ground into a batter. </p>
</section>
</div>
</div>
</body>
</html>