-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchinese_food.html
More file actions
38 lines (35 loc) · 1.25 KB
/
chinese_food.html
File metadata and controls
38 lines (35 loc) · 1.25 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Chinese Food</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<section class="item">
<div class="item_list">
<img class="img-responsive" src="img8.jpg" alt="">
<h2 class="item_heading">Hard Drink</h2>
<p>(Rs.250 Half!)</p>
<h3><p>UP TO 50% OFF</p></h3>
</div>
<div class="item_list">
<img class="img-responsive" src="img9.jpg" alt="">
<h2 class="item_heading">Coffee</h2>
<p>(Rs.50 1Cup!)</p>
<h3> <p> UP TO 40% OFF</p></h3>
</div>
<div class="item_list">
<img class="img-responsive" src="img22.jpg" alt="">
<h2 class="item_heading">Noodles</h2>
<p>(Rs.250 Half!)</p>
<h3> <p> UP TO 60% OFF</p></h3>
</div>
</section>
<form class="code1">
<a href="index.html"><button type="button">BACK!</button></a>
</form>
</body>
</html>