-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog_20048939.css
403 lines (338 loc) · 7.82 KB
/
catalog_20048939.css
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
* {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin: 0px;
padding: 0px;
}
header {
display: flex;
height: 100px;
align-items: center;
justify-content: space-between;
padding: 0px 40px;
border-bottom: #cfcfcf 1px solid;
}
store-logo {
display: flex;
background-image: url('card_pictures/Giftmandu_logo.svg');
background-repeat: no-repeat;
width: 80px;
height: 80px;
cursor: pointer;
}
store-name {
font-weight: 700;
font-size: 40px;
margin-left: 15px;
cursor: pointer;
color: #807f7f;
padding-top: 6px;
}
store-logo-logo {
display: flex;
align-items: center;
}
nav {
display: flex;
width:35%;
justify-content: space-between;
font-size: 20px;
font-weight: bold;
color: #807f7f;
}
nav a {
cursor: pointer;
border-bottom: 3px solid white;
transition: 0.4s;
}
header nav a:hover {
transition: 0.4s;
border-bottom: 3px solid #00CB5B;
color: #102B7B;
}
header button {
cursor: pointer;
background-color: #102B7B;
padding: 7px 20px 7px 20px;
border-radius: 50px;
color: #ffffff;
font-size: 20px;
transition: 0.4s;
border: #102B7B solid 2px;
}
header button:hover {
border: #102B7B solid 2px;
background-color: rgb(255, 255, 255);
color: #102B7B;
}
home {
display: flex;
flex-direction: column;
width: 100%;
height: 645px;
justify-content: space-evenly;
align-items: center;
}
home home-desc {
font-size: 60px;
font-weight: bolder;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
home icons {
display: flex;
width: 100%;
height: 70px;
justify-content: space-around;
}
home icons * {
display: flex;
transition: 0.5s;
width: 70px;
height: 70px;
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
}
home icons *:hover {
transform: scale(1.3);
transition: 0.5s;
}
home icons icon-amazon {
background-image: url('card_pictures/amazon-logo.svg');
}
home icons icon-google {
background-image: url('card_pictures/google-logo.svg');
}
home icons icon-apple {
background-image: url('card_pictures/apple-logo.svg');
}
home icons icon-spotify {
background-image: url('card_pictures/spotify-logo.svg');
}
home icons icon-starbucks {
background-image: url('card_pictures/starbucks-logo.svg');
}
home icons icon-xbox {
background-image: url('card_pictures/xbox-logo.svg');
}
giftcards {
display: flex;
flex-direction: column;
width: 100%;
}
giftcards giftcard {
display: flex;
justify-content: space-evenly;
align-items: center;
width: 100%;
height: 620px;
position: relative;
}
discount {
display: flex;
position: absolute;
width: 120px;
height: 120px;
background-color: #FF9C00;
border: #00CB5B 6px solid;
right: 5%;
top: 0;
align-items: center;
justify-content: center;
border-radius: 100px 100px;
font-size: 25px;
font-weight: bold;
transition: 0.4s;
cursor: pointer;
}
discount:hover {
transform: scale(1.2);
transition: 0.4s;
}
delivery {
display: flex;
position: absolute;
color: #807f7f;
width: 220px;
height: 70px;
font-size: 20px;
font-weight: bold;
right: 160px;
bottom: 540px;
}
giftcards image {
display: flex;
width: 20%;
height: 380px;
background-repeat: no-repeat;
background-size: contain;
transform: scale(1.4);
background-position: center;
}
giftcards giftcard giftcard-details * {
font-family: Verdana, Geneva, Tahoma, sans-serif
}
giftcards giftcard giftcard-details {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 50%;
height: 80%;
padding: 25px;
background-color: #102B7B;
border-radius: 15px;
}
giftcards giftcard giftcard-details giftcard-name {
font-size: 38px;
font-weight: bold;
width: fit-content;
padding: 0px 0px 0px 25px;
color: #00CB5B;
}
giftcards property-code, property-type, property-cost, property-validity, property-nou, property-rating, property-region, property-stock {
display: flex;
align-items: center;
}
giftcards property-code, property-type, property-cost, property-validity, property-nou, property-rating, property-region, property-stock,about-card {
margin-left: 25px;
text-align: justify;
}
giftcards about-card label {
margin-bottom: 6px;
}
giftcards about-card description {
line-height: 25px;
}
giftcards giftcard-details label {
display: flex;
color: #ffffff;
font-weight: bold;
font-size: 18px;
margin-right: 10px;
border-bottom: #FF9C00 2px solid;
width: fit-content;
}
giftcards giftcard-details {
color: #ffffff;
}
note {
display: flex;
width: 500px;
height: 30px;
color: rgb(132, 132, 132);
position: fixed;
transform: rotate(-90deg);
bottom: 50%;
right: -225px;
}
store-details {
display: flex;
align-items: center;
justify-content: space-evenly;
background-color: rgb(33,37,41);
width: 100%;
height: 200px;
color: #ffffff;
margin-top: 60px;
}
store-background {
display: flex;
flex-direction: column;
}
store-background background-topic {
font-size: 25px;
font-weight: bold;
margin-bottom: 20px;
border-bottom: #FF9C00 3px solid;
width: fit-content;
}
store-background background-description {
line-height: 28px;
}
store-details location, contact, email {
display: flex;
align-items: center;
}
store-details location-icon{
display: flex;
background-repeat: no-repeat;
width: 40px;
height: 40px;
background-image: url('card_pictures/location.svg');
padding-right: 5px;
}
store-details contact-icon{
display: flex;
background-repeat: no-repeat;
width: 40px;
height: 40px;
background-image: url('card_pictures/phone.svg');
padding-right: 5px;
}
store-details email-icon{
display: flex;
background-repeat: no-repeat;
width: 40px;
height: 40px;
background-image: url('card_pictures/email-icon.svg');
padding-right: 5px;
}
store-details store-background {
width: 40%;
text-align: justify;
}
/* modifies scroll bar */
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
background-color: #f9e6c7;
border-radius: 20px;
}
::-webkit-scrollbar-thumb {
background: #FF9C00;
border-radius: 20px;
}
/* images of different gift cards */
giftcards #gc01amzn image {
background-image: url('card_pictures/amazon_card.jpg');
}
giftcards #gc02appl image {
background-image: url('card_pictures/apple_card.jpg');
}
giftcards #gc03bby image {
background-image: url('card_pictures/bestbuy_card.jpg');
}
giftcards #gc04eby image {
background-image: url('card_pictures/ebay_card.jpg');
}
giftcards #gc05ggl image {
background-image: url('card_pictures/google_card.png');
}
giftcards #gc06hnm image {
background-image: url('card_pictures/hm_card.jpg');
}
giftcards #gc07mcdnls image {
background-image: url('card_pictures/mcdonalds_card.png');
border-radius: 30px;
}
giftcards #gc08nik image {
background-image: url('card_pictures/nike_card.jpg');
}
giftcards #gc09pstn image {
background-image: url('card_pictures/ps_card.jpg');
}
giftcards #gc10spfy image {
background-image: url('card_pictures/spotify_card.jpg');
}
giftcards #gc11sbcks image {
background-image: url('card_pictures/starbucks_card.jpeg');
}
giftcards #gc12stm image {
background-image: url('card_pictures/steam_card.png');
}
giftcards #gc13ubr image {
background-image: url('card_pictures/uber_card.jpg');
}
giftcards #gc14xbx image {
background-image: url('card_pictures/xbox_card.jpg');
}