-
Notifications
You must be signed in to change notification settings - Fork 0
/
Game.html
243 lines (227 loc) Β· 7.15 KB
/
Game.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
240
241
242
243
<html>
<head>
<style>
body {
margin: 0;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
background: #f2f2f2;
font-size: 20px;
}
.All {
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
align-items: center;
margin: 30px 0px;
}
.content {
width: 20%;
margin: 24px;
box-sizing: border-box;
float: left;
text-align: center;
border-radius: 20px;
cursor: pointer;
filter: drop-shadow(3px 3px 7px #616161);
transition: .6s;
background: white;
overflow: visible;
}
.content:hover {
box-shadow: 0 8px 10px rgba(0, 0, 0, 0.16), 0 7px 9px rgba(0, 0, 0, 0.23);
transform: scale(1.05)
}
img {
width: 100%;
height: 300%;
text-align: center;
margin: 0 auto;
display: block;
border-radius: 10px;
}
p {
text-align: center;
color: black;
padding-top: 0 8px;
width: 100%;
height: 65px;
overflow: visible;
}
h6 {
font-size: 26px;
text-align: center;
color: #222f3e;
margin: 0;
padding-bottom: 3%;
}
.A {
width: 100%;
display: flex;
justify-content: space-between;
margin-top: 0.5%;
}
.B {
width: fit-content;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 7%;
margin-top: 1.5%;
}
.B img {
width: 10%;
height: 90%;
margin: 0 5px;
}
button {
text-align: center;
font-size: 24px;
color: #fff;
width: 100%;
padding: 15px;
border: 0;
outline: none;
cursor: pointer;
margin-top: 5px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
background: #2883a2;
}
@media(max-width:1000px) {
.content {
width: 45%;
}
}
@media(max-width:750px) {
.content {
width: 100%;
}
}
</style>
</head>
<body>
<div class="All">
<div class="content">
<img src="Images/Product-18.png">
<p>Sony Playstation 5 Digital Edition 825GB SSD</p>
<h6>$5999.00</h6>
<div class="A">
<div class="B">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
</div>
</div>
<button>Buy Now</button>
</div>
<div class="content">
<img src="Images/Product-19.png">
<p>Logitech G29 Driving Force Wired Controller For PS4,PS5,Windows,Mac</p>
<h6>$999.00</h6>
<div class="A">
<div class="B">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-2.png">
<img src="Images/Star-3.png">
</div>
</div>
<button>Buy Now</button>
</div>
<div class="content">
<img src="Images/Product-20.png">
<p>Logitech G502 X Wired Optical Gaming Mouse</p>
<h6>$666.00</h6>
<div class="A">
<div class="B">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-3.png">
</div>
</div>
<button>Buy Now</button>
</div>
<div class="content">
<img src="Images/Product-21.png">
<p>Logitech Driving Force Shifter Motion Controller</p>
<h6>$659.00</h6>
<div class="A">
<div class="B">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-2.png">
<img src="Images/Star-3.png">
<img src="Images/Star-3.png">
</div>
</div>
<button>Buy Now</button>
</div>
<div class="content">
<img src="Images/Product-22.png">
<p>PS5 2 Advanced All-In-One Virtual Reality Headset</p>
<h6>$2599.00</h6>
<div class="A">
<div class="B">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
</div>
</div>
<button>Buy Now</button>
</div>
<div class="content">
<img src="Images/product-23.png">
<p>PS4 & PS5 Remote With MET Black Color</p>
<h6>$744.00</h6>
<div class="A">
<div class="B">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-2.png">
</div>
</div>
<button>Buy Now</button>
</div>
<div class="content">
<img src="Images/Product-24.png">
<p>OneOdio Pro G PROGWDGM On-Ear Wired Gaming Headphone</p>
<h6>$222.00</h6>
<div class="A">
<div class="B">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-2.png">
<img src="Images/Star-3.png">
</div>
</div>
<button>Buy Now</button>
</div>
<div class="content">
<img src="Images/Product-25.png">
<p>ASUS ROG Key-Board With Met Black And Colorful Delights</p>
<h6>$1999.00</h6>
<div class="A">
<div class="B">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
<img src="Images/Star-1.png">
</div>
</div>
<button>Buy Now</button>
</div>
</div>
</body>
</html>