-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcart.html
More file actions
251 lines (233 loc) · 6.25 KB
/
Copy pathcart.html
File metadata and controls
251 lines (233 loc) · 6.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon -->
<link rel="icon" href="LOGO-removebg-preview (1).png">
<!-- Box icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css" />
<!-- Custom StyleSheet -->
<link rel="stylesheet" href="styles.css" />
<title>SHOP | YOUR CART</title>
</head>
<style>
body{
background-color: plum;
}
#logo{
display : inline-block ;
position : absolute ;
width : 100px ;
height : 100px ;
border-radius : 100% ;
background : rgb(243, 230, 48) ;
box-shadow : 4px 4px 8px 0 rgb(240, 240, 240) , -6px 6px 12px 0 white ;
top : 8px ;
left: 1400px;
}
</style>
<body>
<!-- Navigation -->
<div class="img">
<img id="logo" src="LOGO-removebg-preview (1).png"> </div>
<nav class="nav">
<div class="navigation container">
<div class="logo">
<h1>HANDYMAN SERVICES</h1>
</div>
<div class="menu">
<div class="top-nav">
<div class="logo">
<h1>Codevo</h1>
</div>
<div class="close">
<i class="bx bx-x"></i>
</div>
</div>
<ul class="nav-list">
<li class="nav-item">
<a href="shop home page.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="featured products.html" class="nav-link">Products</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Account</a>
</li>
<li class="nav-item">
<a href="cart.html" class="nav-link icon"><i class="bx bx-shopping-bag"></i></a>
</li>
</ul>
</div>
<a href="cart.html" class="cart-icon">
<i class="bx bx-shopping-bag"></i>
</a>
<div class="hamburger">
<i class="bx bx-menu"></i>
</div>
</div>
</nav>
<!-- Cart Items -->
<div class="container-md cart">
<table>
<tr>
<th>Product</th>
<th>Quantity</th>
<th>Subtotal</th>
</tr>
<tr>
<td>
<div class="cart-info">
<img src="tube light shop.jpg" alt="">
<div>
<p>Tubelight</p>
<span>Price: Rs 499</span>
<br />
<a href="#">remove</a>
</div>
</div>
</td>
<td><input type="number" value="1" min="1"></td>
<td>Rs 499</td>
</tr>
<tr>
<td>
<div class="cart-info">
<img src="wooden chair shop.jpg" alt="">
<div>
<p>Wooden Chair</p>
<span>Price: Rs 999</span>
<br />
<a href="#">remove</a>
</div>
</div>
</td>
<td><input type="number" value="1" min="1"></td>
<td>Rs 999</td>
</tr>
<tr>
<td>
<div class="cart-info">
<img src="towels shop.jpeg" alt="">
<div>
<p>Towels</p>
<span>Price: Rs 399</span>
<br />
<a href="#">remove</a>
</div>
</div>
</td>
<td><input type="number" value="1" min="1"></td>
<td>Rs 399</td>
</tr>
<tr>
<td>
<div class="cart-info">
<img src="water bottles.jpg" alt="">
<div>
<p>Tupperware Water Bottles</p>
<span>Price: Rs 249</span>
<br />
<a href="#">remove</a>
</div>
</div>
</td>
<td><input type="number" value="1" min="1"></td>
<td>Rs 249</td>
</tr>
<tr>
<td>
<div class="cart-info">
<img src="bulb shop.jpg" alt="">
<div>
<p>Boy’s T-Shirt</p>
<span>Price: Rs 49</span>
<br />
<a href="#">remove</a>
</div>
</div>
</td>
<td><input type="number" value="1" min="1"></td>
<td>Rs 49</td>
</tr>
</tr>
<tr>
<td>
<div class="cart-info">
<img src="normal chair shop.jpeg" alt="">
<div>
<p>Sitting Chair</p>
<span>Price: Rs 899</span>
<br />
<a href="#">remove</a>
</div>
</div>
</td>
<td><input type="number" value="1" min="1"></td>
<td>Rs 899</td>
</tr>
</tr>
<tr>
<td>
<div class="cart-info">
<img src="handkerchief shop.jpg" alt="">
<div>
<p>Handkerchiefs</p>
<span>Price: Rs 99</span>
<br />
<a href="#">remove</a>
</div>
</div>
</td>
<td><input type="number" value="1" min="1"></td>
<td>Rs 99</td>
</tr>
</tr>
<tr>
<td>
<div class="cart-info">
<img src="steel bottles shop.jpg" alt="">
<div>
<p>Steel Bottle</p>
<span>Price: Rs 299</span>
<br />
<a href="#">remove</a>
</div>
</div>
</td>
<td><input type="number" value="1" min="1"></td>
<td>Rs 299</td>
</tr>
</table>
<div class="total-price">
<table>
<tr>
<td>Subtotal</td>
<td>Rs 3492</td>
</tr>
<tr>
<td>Tax (18%)</td>
<td>Rs 628.5</td>
</tr>
<tr>
<td>Total</td>
<td>Rs 4120.5</td>
</tr>
</table>
<a href="payment.html" class="checkout btn">Proceed To Checkout</a>
</div>
</div>
<!-- End Footer -->
<!-- GSAP -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/gsap.min.js"></script>
<!-- Custom Script -->
<script src="./js/index.js"></script>
</body>
</html>