-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimage1.html
36 lines (30 loc) · 1.1 KB
/
image1.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
<!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="image1.css">
</head>
<body>
<div class = "box">
<div class="rel1">
<img class ="img1" src="https://images.herzindagi.info/image/2021/Jul/expensive-ffod-in-inida-main.jpg">
<div>
<p class="abs1">50% OFF upto 100</p>
<p class="abs2">Promoted</p>
<p class="abs3">40 min</p>
</div>
</div>
<h2 class="font heading">Center Point Restaurant</h2>
<p class ="font para">North Indian, Chinese</p>
<div>
<div class="rel2">
<img class="img2 " src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRTUXCNQ_WPsSqTDIVeIdt5Xi7XOraZohwD7cAlIu0YdiJiQvdZ">
<div class="footer font">
<p >Follows all Max Saftey measures to ensure your food is safe</p>
</div>
</div>
</div>
</body>
</html>