-
Notifications
You must be signed in to change notification settings - Fork 24
/
cart.html
181 lines (157 loc) · 6.74 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
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
<!DOCTYPE html>
<html>
<head>
<title>Cart</title>
<link rel="stylesheet" type="text/css" href="Css/cart.css">
<script src="https://kit.fontawesome.com/61673b2d06.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="nav">
<ul>
<li><strong><a href="index.html"><img style="margin-left:12px ; margin-top: 12px;" src="img/logo.png" width="120px"></strong></a></li>
<STRONG>
<li><a href="index.html" ><i class="fa-solid fa-house"></i> Home</a></li>
<li><a href="product.html" target="_blank"><i class="fa-brands fa-product-hunt"></i> Products</a></li>
<li><a href="about.html" target="_blank" ><i class="fa-solid fa-address-card"></i> About</a></li>
<li><a href="contactform.html" target="_blank"><i class="fa-solid fa-phone"></i> Contact</a></li>
<li><a href="cart.html" class="ac"><i class="fas fa-shopping-cart"></i> Cart</a></li>
<li>
<input type="text" placeholder="Search products " class="inp"><i class="fa-solid fa-magnifying-glass"></i>
</li>
</ul>
</div>
<div class="cart"
style="body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.cart {
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
padding: 20px;
text-align: center;
width: 300px;
}
.cart h2 {
font-size: 24px;
margin: 0;
padding: 0;
}
.cart ul {
list-style: none;
padding: 0;
text-align: left;
}
.cart li {
display: flex;
align-items: center;
font-size: 16px;
margin: 10px 0;
}
.cart img {
width: 50px;
height: 50px;
margin-right: 10px;
}
.cart .total {
font-size: 18px;
font-weight: bold;
margin-top: 10px;
}
.box{
border-width: 2px;
border-color: black;
background-color: red;
}
">
<h2 style="margin-left: 500px; font-size:60px; color: red;">Your Cart</h2>
<br><br><br>
<!-- <ul>
<li class="box">
<img src="img\whiteshirt.jpg" width="250px alt="Product 1">
</li>
<li class="box">
<img src="img\skyblueshirt.jpg" width="250px alt="Product 2">
</li>
<li class="box">
<img src="img\pakgreen.jpg " width="250px" alt="Product 3">
</li>
</ul> -->
<div class="pri" style="display: flex; flex-wrap: wrap;margin-left: 90px; margin-top: 15px; font-size: 30px;" >
<div class="price" style="flex: 31%;">
<img src="img\whiteshirt.jpg" width="250px alt="Product 1">
</div>
<div class="price" style="flex: 31%;">
<img src="img\skyblueshirt.jpg" width="250px alt="Product 2">
</div>
<div class="price" style="flex: 31%;">
<img src="img\pakgreen.jpg " width="250px" alt="Product 3">
</div>
</div><div class="pri" style="display: flex; flex-wrap: wrap;margin-left: 90px; margin-top: 15px; font-size: 30px;" >
<div class="price" style="flex: 30%;">
Product 1 - $10
</div>
<div class="price" style="flex: 30%;">
Product 2 - $15
</div>
<div class="price" style="flex: 30%;">
Product 3 - $20
</div>
</div>
<br><br><br><br><br><br>
<div class="total" style="margin-left: 500px; font-size: 50px; margin-top: 0px;">
Total: $45
</div>
</div>
<div class="footer">
<div class="address">
<img src="img/logo.png" alt="" class="imgl"><br><br><br>
<span style="font-size: 25px;font-weight: bold;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;"><i class="fa-solid fa-location-dot"></i> Address:</span>
<span style="font-family: Arial; font-size: 17px;"> ST.Andrews institute of technology and management,Gurugram,Haryana</span><br><br>
<span style="font-size: 25px;font-weight: bold;"><i class="fa-solid fa-phone"></i> Contact:</span><span style="font-size: 20px;font-weight: 100;"> +91 9334305214</span><br><br>
<span style="font-size: 25px;font-weight: bold;"><i class="fa-solid fa-envelope"></i> Gmail:</span><span style="font-size: 20px;font-weight: 100;"> jhaabhinesh977@gmail.com</span>
<br><br><br>
<div class="smedias">
<a href="" class="blaa"><i class="fa-brands fa-facebook"></i></a> <a href="" class="blaa"><i class="fa-brands fa-square-instagram"></i></a> <a href="" class="blaa"><i class="fa-brands fa-x-twitter"></i></a> <a href="" class="blaa"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
<div class="footer-secondary">
<div class="menu">
<div class="menu1">
<h2 style="font-size: 25px;">MENU</h2>
<br><br>
<p><a href="index.html">HOME</a></p><br>
<p><a href="about.html">ABOUT</a></p><br>
<p><a href="product.html">SERVICES</a></p><br>
<p><a>BLOG</a></p><br>
<p><a href="contactform.html">CONTACT</a></p>
</div>
</div>
<div class="account">
<div class="acc1">
<h2 style="font-size: 25px;">ACCOUNT</h2>
<br><br>
<p><a>ACCOUNT</a></p><br>
<p><a>CHECKOUT</a></p><br>
<p><a href="login.html">LOGIN</a></p><br>
<p><a>REGISTER</a></p><br>
<p><a>SHOPPING</a></p>
</div>
</div>
</div>
</div>
<div class="footer1">
<b>
<P style="color:aliceblue ;">© All rights Reserved by <EM style="color: aqua;">Abhinesh Kumar Jha</EM> </P>
</b>
</div>
</body>
</html>