-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcart.html
60 lines (46 loc) · 2.3 KB
/
cart.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="cart.css">
<title>Healthy Meal - Cart</title>
</head>
<body>
<img src="data/meal/2x/Asset%20298@2x.png" class="left_img">
<a href="index.html"><img src="data/meal/2x/Asset%20277@2x.png" class="icon"></a>
<div class="ver_nav">
<ul>
<li><a href="#home">
<img src="data/meal/2x/Asset%20292@2x.png" class="nav_icon" style="width: 20px; left: 25px;">Filter</a></li>
<li><a href="meal.html"><img src="data/meal/2x/Asset%20401@2x.png" class="nav_icon" style="top: 151px;width: 30px;left: 20px;">Menu</a></li>
<li><a class="active" href="cart.html"><img src="data/meal/2x/Asset%20402@2x.png" class="nav_icon" style="top: 243px;width: 35px;left: 20px;">Cart</a></li>
<li><a href="help.html"><img src="data/meal/2x/Asset%20273@2x.png" class="nav_icon" style="top: 340px;width: 17px;left: 28px;">Help</a></li>
</ul>
</div>
<div class="container">
<div class="bill">
PRICE DETAILS
</div>
<div class="details">
<img src="data/cart/Asset%20155@2x.png" style="width: 400px;position: absolute;bottom: -60px;">
</div>
<a href="r3.html" id="prepare"><img src="data/meal/2x/Asset%20236@2x.png" style="position: absolute;z-index: 1;width: 27px;left: 20px;bottom: 13px;">PLACE ORDER</a>
<div class="headline">
Just few steps away from your meal
</div>
<img src="data/cart/Asset%20118@2x.png" style="width: 600px;position: absolute;bottom: 0;right: 0;">
</div>
<div class="footer">
<a href="https://www.instagram.com/p_r_o_designer/" >
<img src="data/home/2x/Asset%2054@2x.png">
</a>
<a href="https://www.linkedin.com/company/healthymeal/" >
<img src="data/home/2x/Asset%2055@2x.png">
</a>
<a href="https://www.facebook.com/amanshrivastava123" >
<img src="data/home/2x/Asset%2053@2x.png" style="width: 10px;">
</a>
</div>
</body>
</html>