forked from singhrishabh93/Hacktoberfest-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsell-6.html
97 lines (48 loc) · 1.58 KB
/
sell-6.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
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
<!DOCTYPE html>
<html>
<head>
<title>Redmi Note 9 (Pebble Grey, 4GB RAM 64GB Storage)</title>
<link rel="stylesheet" type="text/css" href="css/sell-1.css">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="image/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="image/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="image/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="container">
<h1></h1>
<div class="cart">
<div class="products">
<div class="product">
<img src="images/redminote9.jpg">
<div class="product-info">
<h3 class="product-name" style="font-size: 40px;">Redmi Note 9 (Pebble Grey, 4GB RAM 64GB Storage))</h3>
<h4 class="product-offer" style="font-size: 25px;">Get Upto</h4>
<h4 class="product-price" style="font-size: 30px;">₹ 7,810</h4>
<!--p class="product-quantity" style="margin-left: 20px;">Qty: <input value="1" name=""-->
<p class="product-remove">
<i class="fa fa-user" aria-hidden="true"></i>
<span class="remove">30+ already sold on Spot</span>
</p>
</div>
</div>
<div class="cart-total">
<p>
<span></span>
<span></span>
</p>
<p>
<span></span>
<span></span>
</p>
<p>
<span></span>
<span></span>
</p>
<a href="questions.html">Get Exact Value ➜</a>
</div>
</div>
</div>
</body>
</html>