-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexFood.html
72 lines (63 loc) · 3.45 KB
/
indexFood.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
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gujarat food</title>
<link rel="stylesheet" type="text/css" href="./css/styleFood.css">
</head>
<body>
<div class="title"><h1>GUJARATI PAKWAN...</h1></div>
<section>
<div class="second">
<div class="left">
<h1>Dhokla</h1>
<p>This is traditional recipe from Gujrat. It is made with chickpea flour mixed into a thick batter with water and leavened with baking powder before being steamed into something that resembles a Victorian vanilla sponge.
</p>
<div class="readmore"><a href="#">Read More</a></div>
</div>
<div class="right">
<!-- <img src="netflix-app-tv-screen-playing-chambers-series-logo-behind-173595233-removebg-preview.png"></img> -->
<!-- <img src="https://o.remove.bg/downloads/acf5eebb-fbfc-4a53-ab81-21afaad85653/images-removebg-preview.png"> -->
<!-- <img src="https://media.istockphoto.com/id/667284120/photo/indian-vegetarian-food-dhokla-gujrati-khaman-dhokla-over-green-mat.jpg?s=612x612&w=0&k=20&c=8GsrfhrFRwKilRGE-_qy9aiyvCta6mK-jdICqWoBHaE="> -->
<img src="https://media.istockphoto.com/id/1256306381/photo/khaman-dhokla.jpg?s=612x612&w=0&k=20&c=LGaS6nOC582aNZlPEihwvIBna9T55oSHew-LHpIeIfQ="/>
</div>
</div>
</section>
<section>
<div class="third">
<div class="left">
<img src="https://media.istockphoto.com/id/701206506/photo/khandvi-gluten-free-indian-gujarati-snack-made-of-chickpea-flour-selective-focus.jpg?s=612x612&w=0&k=20&c=mgxAifdZNQzC1fpbr5GYAI61uL8EKcJxj5mEsw8Cvds=">
</div>
<div class="right">
<h1>Khandvi</h1>
<p> A delicate and wonderfully appetizing dish, this is similar to the Tibetan mung bean pancake but is prepared from roasted chickpea flour or besan.
</p>
<div class="readmore"><a href="#">Read More</a></div>
</div>
</div>
</section>
<section>
<div class="fourth">
<div class="left">
<h1>Fafda Jalebi</h1>
<p>Fafda jalebi ,It is the traditonal gujarati snack for dussehra,fafda is made with besan flour and some spices, it is served with papaya salad
</p>
<div class="readmore"><a href="#">Read More</a></div>
</div>
<div class="right">
<img src="https://imgs.search.brave.com/lrako22Yk41zGsKtMqN0nAIwy_z4YPPLJFkzgj8NgiY/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9tZWRp/YS5nZXR0eWltYWdl/cy5jb20vaWQvMTM3/OTIxNDE0OS9waG90/by9mYWZkYS13aXRo/LXN3ZWV0LWphbGVi/aS5qcGc_cz02MTJ4/NjEyJnc9MCZrPTIw/JmM9cm9DVEVmWWZf/YzU3V2RyWDI4cW5w/dTJ0cWV5WGZ3T0k0/dmctUlFSVU9MTT0">
</div>
</div>
<div class="fifth">
<div class="left">
<img src="https://imgs.search.brave.com/2scsFTqGIT7N37MO6sRxiMTqqo07kjxA48yih3v1qLo/rs:fit:500:0:0/g:ce/aHR0cHM6Ly9tYWRo/dXJhc3JlY2lwZS5j/b20vd3AtY29udGVu/dC91cGxvYWRzLzIw/MjAvMTAvS2FjY2hp/LURhYmVsaS1NYXJh/dGhpLVJlY2lwZS5q/cGc">
</div>
<div class="right">
<h1>Dabeli</h1>
<p>Dabelis is the Vada Pav’s Gujarati version. Texture-wise, both are the same, but Dabeli tastes slightly different. Popular in Kutch, this delicious snack is street food and is mainly consumed with evening tea.
</p>
<div class="readmore"><a href="#">Read More</a></div>
</section>
</body>
</html>