-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5.html
31 lines (30 loc) · 1.01 KB
/
5.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta viewport="content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="style5.css">
<title>DAY-2</title>
</head>
<body>
<div class="restro">
<img class="i1" src="vernon-raineil-cenzon-I2uJU-5ZIGI-unsplash.jpg"/>
<div class="offer">
<h3 class="offer-title">50% OFF up to 100</h3>
</div>
<div class="min">
<h3 class="time">38 min</h3>
</div>
<h2>Center Point Restaurant</h2>
<h3>North Indian, Chinese</h3>
<div class="block">
<h5 class="max">Max safety</h5>
<hr/>
<h4 class="deli">Delivery</h4>
</div>
<div class="footer">
<p class="safety">Follows all Max Safety measures to ensure your food is safe</p>
</div>
</div>
</body>
</html>