-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop2.html
239 lines (216 loc) · 9.72 KB
/
shop2.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Shop</title>
<link rel="stylesheet" href="rankings.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,700;1,800&display=swap" rel="stylesheet">
<style>
.main{
background-color: #252525;
padding-top: 30px;
padding-bottom: 2px;
}
.outer{
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
border-radius: 30px;
background: #85c1b7;
box-shadow: inset -27px 27px 54px #68978f,
inset 27px -27px 54px #a2ebdf;
margin-left: 150px;
margin-right: 150px;
margin-top: 6px;
}
.outer-2{
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
border-radius: 30px;
background: #85c1b7;
box-shadow: inset -27px 27px 54px #68978f,
inset 27px -27px 54px #a2ebdf;
margin-left: 300px;
margin-right: 300px;
margin-top: 8px;
margin-bottom: 20px;
}
.card{
margin: 20px;
border-radius: 50px;
}
.card-body{
text-align: center;
}
.nav-black {
background-color: #252525;
}
.page-link {
background-color: #252525;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top navbar-scroll" style="background-color: darkgray; color: aliceblue;">
<div class="container-fluid">
<button class="navbar-toggler ps-0" type="button" data-mdb-toggle="collapse" data-mdb-target="#navbarExample01"
aria-controls="navbarExample01" aria-expanded="false" aria-label="Toggle navigation">
<span class="d-flex justify-content-start align-items-center">
<i class="fas fa-bars"></i>
</span>
</button>
<a class="navbar-brand " href="#">GALAXY</a>
<div class="collapse navbar-collapse" id="navbarExample01">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item active">
<a class="nav-link" aria-current="page" href="home.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" rel="nofollow" target="_blank">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">Ranking</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">Videos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">MATCH SHEDULES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">HALL OF FAME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">AWARDS</a>
</li>
</ul>
<a href="login3.html">
<button class="btn btn-outline-success" type="button">LOGIN</button></a>
</div>
</div>
</nav>
<a href="https://shop3.icc-cricket.com/en/men/ga-56+z-811353639-2702078236">
<img src="IMAGES/db842141-8132-46f3-84c4-d7af7dd18298__1600X752.png" class="img-fluid" alt="...">
</a>
<div class="main">
<div class="outer">
<div class="card" style="width: 25rem;">
<img src="IMAGES/australia-mens-t20-world-cup-mug_ss4_p-13345244+u-t048qmhrwbgkdim1t49t+v-4c68b91a42674149bababd4adb8ec0d0.png" class="card-img-top" alt="new" height="300px">
<div class="card-body">
<h5 class="card-title">Australia mug</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<div class="card-body">
<a href="#" class="card-link" style="text-decoration: no;">ADD to Cart</a>
</div>
</div>
<div class="card" style="width: 25rem;">
<img src="IMAGES/icc-mens-t20-world-cup-mug-white_ss4_p-13345246+u-d3dyet01jrtnadohdvld+v-b9119528b821434f8114e70a22312d3d.png" class="card-img-top" alt="aus" height="300px">
<div class="card-body">
<h5 class="card-title">World Cup Mug</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<div class="card-body">
<a href="#" class="card-link" style="text-decoration: no;">ADD to Cart</a>
</div>
</div>
<div class="card" style="width: 25rem;">
<img src="IMAGES/icc-mens-t20-world-cup-keyring-enamel_ss4_p-13345252+u-ppdd7yul3dl0pehow6l0+v-05f8e5ed911d46c7bdb296695dfab955.png" class="card-img-top" alt="..." height="300px" >
<div class="card-body">
<h5 class="card-title">WorldCup Key Ring</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<div class="card-body">
<a href="#" class="card-link" style="text-align: centers;" >ADD to Cart</a>
</div>
</div>
</div>
<div class="outer-2">
<div class="card" style="width: 25rem;">
<img src="IMAGES/icc-mens-t20-world-cup-keyring-pvc_ss4_p-13345269+u-x533mddf3tqtzi1jwqfi+v-037d875d94b7488683c8cac12382c812.png" class="card-img-top" alt="..." height="300px">
<div class="card-body">
<h5 class="card-title">WorldCup Key Ring</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<div class="card-body">
<a href="#" class="card-link" style="text-decoration: no;">ADD to Cart</a>
</div>
</div>
<div class="card" style="width: 25rem;">
<img src="IMAGES/icc-mens-t20-world-cup-magnet_ss4_p-13345260+u-ff7nmszmoumjzz80u55p+v-44283b5fac934a138c351ff9ead16001.png" class="card-img-top" alt="bottle" height="300px" >
<div class="card-body">
<h5 class="card-title">World Cup Magnet</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<div class="card-body">
<a href="#" class="card-link" style="text-decoration: no;">ADD to Cart</a>
</div>
</div>
</div>
<nav class="nav-black" aria-label="Page navigation example bg-dark" >
<ul class="pagination justify-content-center">
<li class="page-item"><a class="page-link" href="shop.html">Previous</a></li>
<li class="page-item"><a class="page-link" href="shop.html">1</a></li>
<li class="page-item"><a class="page-link" href="shop2.html">2</a></li>
<li class="page-item"><a class="page-link" href="shop2.html">Next</a></li>
</ul>
</nav>
<footer class="text-center text-white" style="background-color: rgb(70, 70, 70)">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a
class="btn btn-outline-light btn-floating m-1"
href="#!"
role="button"
><i class="fab fa-facebook-f"></i
></a>
<!-- Twitter -->
<a
class="btn btn-outline-light btn-floating m-1"
href="#!"
role="button"
><i class="fab fa-twitter"></i
></a>
<!-- Google -->
<a
class="btn btn-outline-light btn-floating m-1"
href="#!"
role="button"
><i class="fab fa-google"></i
></a>
<!-- Instagram -->
<a
class="btn btn-outline-light btn-floating m-1"
href="#!"
role="button"
><i class="fab fa-instagram"></i
></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: #252525">
© 2023 Copyright:
<a class="text-white" href="#">GALAXY</a>
</div>
<!-- Copyright -->
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
</body>
</html>