-
Notifications
You must be signed in to change notification settings - Fork 0
/
8.html
28 lines (28 loc) · 968 Bytes
/
8.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style8.css">
</head>
<body>
<div class="box">
<div class="context">
<img src="foodbg2.jpg" alt="img" class="foodimg">
<h1>zomato</h1>
<h3>Discover the best food & drinks in lucknow</h3>
<select class="select-city">
<option>Lucknow</option>
<option>Delhi</option>
<option>Banglore</option>
<option>Ranchi</option>
</select>
<input class="restro" type="text"
placeholder="Search for a restaurant, cuisine or a dish" />
<img src="loc.png" alt="" class="loc-logo">
<img src="find.png" alt="" class="find-logo">
</div>
</div>
</body>
</html>