-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (56 loc) · 3.15 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
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>STC task 1</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="Navigation_Bar">
<div class="Navigation_Bar_1">Mehul's Website</div>
<div class="Navigation_Bar_2">Random Recipe</div>
<div class="Navigation_Bar_3">Best Recipe</div>
</div>
<div class="top_box">
<h1>Food Restaurant</h1>
</div>
<div>
<h2 class="heading">Italian</h2>
</div>
<div class="middle_box">
<div class="box">
<img class="img" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Espaguetis_carbonara.jpg/1200px-Espaguetis_carbonara.jpg" >
<h3 class="box_heading">Spaghetti Alla Carbonara</h3>
<p class="box_para">Carbonara is an Italian pasta dish from Rome made with eggs, hard cheese, cured pork, and black pepper.</p>
</div>
<div class="box">
<img class="img" src="https://d2np4vr8r37sds.cloudfront.net/img/article/zudiopwxcx-1497345882.jpg" >
<h3 class="box_heading">MOZZARELLA PIZZA</h3>
<p class="box_para">Pizza is a dish of Italian origin consisting of a usually round, flat base of leavened wheat-based dough topped with tomatoes, cheese, and often various other ingredients.</p>
</div>
<div class="box">
<img class="img" src="https://hips.hearstapps.com/hmg-prod/images/190508-bruschetta-horizontal-2-1558014808.png" >
<h3 class="box_heading">BRUSCHETTA</h3>
<p class="box_para">Bruschetta is an antipasto from Italy consisting of grilled bread rubbed with garlic and topped with olive oil and salt.</p>
</div>
</div>
<h2 class="heading">Fresh From Tandoor</h2>
<div class="bottom_box">
<div class="box">
<img class="img" src="https://www.simplyrecipes.com/thmb/RApX19MbIABUG-fVjjPOVRZctBw=/1423x1067/smart/filters:no_upscale()/__opt__aboutcom__coeus__resources__content_migration__simply_recipes__uploads__2010__06__tandoori-chicken-horiz-a-1600-a92053df1c764ee1beaa91ae6383dcfd.jpg" >
<h3 class="box_heading">Chicken Tikka</h3>
<p class="box_para">Tandoori chicken is a chicken dish prepared by roasting chicken marinated in yogurt and spices in a tandoor.</p>
</div>
<div class="box">
<img class="img" src="https://static.toiimg.com/photo/74491781.cms" >
<h3 class="box_heading">Amritsari fish</h3>
<p class="box_para">Amritsari fish is a popular Indian street food and restaurant style fish appetizer. </p>
</div>
<div class="box">
<img class="img" src="https://static.toiimg.com/thumb/53976232.cms?imgsize=64673&width=509&height=340" >
<h3 class="box_heading">Tandoori Lamb Chops</h3>
<p class="box_para">Lamb chops marinated in strained yogurt and flavoursome masalas, this dish is a complete delight.</p>
</div>
</div>