-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
584 lines (583 loc) · 12.8 KB
/
index.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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
body {
background: lightgray;
margin: 50px;
}
.container {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.flag {
width: 200px;
height: 133px;
display: flex;
}
.column {
width: 200px;
/*Change the animation speed here */
animation: upDown 500ms infinite;
animation-direction: alternate;
animation-timing-function: ease-in-out;
animation-fill-mode: backwards;
}
.column.green {
background: #006341;
}
.column.white {
background: #fff;
}
.column.white.shield4 {
background: linear-gradient(
to bottom,
#fff 0% 51.28%,
#cbbd76 51.28% 53.85%,
#fff 53.85% 100%
);
}
.column.white.shield5 {
background: linear-gradient(
to bottom,
#fff 48.71% 51.28%,
#d1d3bb 51.28% 53.84%,
#cdc58e 53.84% 56.41%,
#eeefe6 56.41% 58.97%,
#9ca168 58.97% 61.53%,
#fff 61.53% 100%
);
}
.column.white.shield6 {
background: linear-gradient(
to bottom,
#fff 48.71% 51.28%,
#edbcb0 51.28% 53.84%,
#fff 53.84% 56.41%,
#eeefe7 56.41% 58.97%,
#a9ad85 58.97% 61.53%,
#e8d69c 61.53% 64.1%,
#e6e8d9 64.1% 66.66%,
#fff 66.66% 100%
);
}
.column.white.shield7 {
background: linear-gradient(
to bottom,
#fff 41.02% 43.58%,
#faf3db 43.58% 46.15%,
#eff0e5 46.15% 48.71%,
#eff0e5 48.71% 51.28%,
#fef1f3 51.28% 53.84%,
#98a6ae 53.84% 56.41%,
#347977 56.41% 58.97%,
#fff 58.97% 61.53%,
#fff 61.53% 64.1%,
#8c9254 64.1% 66.66%,
#c1c4a1 66.66% 69.23%,
#fff 69.23% 100%
);
}
.column.white.shield8 {
background: linear-gradient(
to bottom,
#fff 35.89% 38.46%,
#b6b889 38.46% 41.02%,
#d0d2b2 41.02% 43.58%,
#fff 43.58% 46.15%,
#fbfbf9 46.15% 48.71%,
#fbfbf9 48.71% 51.28%,
#bfbe9b 51.28% 53.84%,
#cee3e3 53.84% 56.41%,
#0d8387 56.41% 58.97%,
#fff 58.97% 61.53%,
#fff 61.53% 64.1%,
#fbfbf9 64.1% 66.66%,
#aa9c41 66.66% 69.23%,
#fff 69.23% 100%
);
}
.column.white.shield9 {
background: linear-gradient(
to bottom,
#fff 33.33% 35.89%,
#eeeee2 35.89% 38.46%,
#d1b79e 38.46% 41.02%,
#e9d286 41.02% 43.58%,
#d9dbc2 43.58% 46.15%,
#f1f2e8 46.15% 48.71%,
#b09763 48.71% 51.28%,
#e2d2a1 51.28% 53.84%,
#f1dda2 53.84% 56.41%,
#4a8c8b 56.41% 58.97%,
#0b787a 58.97% 61.53%,
#54c1d9 61.53% 64.1%,
#b3e3ef 64.1% 66.66%,
#f4edd2 66.66% 69.23%,
#afb285 69.23% 71.79%,
#fff 71.79% 100%
);
}
.column.white.shield10 {
background: linear-gradient(
to bottom,
#fff 33.33% 35.89%,
#d5c0aa 35.89% 38.46%,
#d5a744 38.46% 41.02%,
#f7eac5 41.02% 43.58%,
#f6f6f3 43.58% 46.15%,
#fff 46.15% 48.71%,
#dbbd61 48.71% 51.28%,
#a68730 51.28% 53.84%,
#baa997 53.84% 56.41%,
#d5d2d5 56.41% 58.97%,
#0c7a7d 58.97% 61.53%,
#fbfcfe 61.53% 64.1%,
#6bd3e6 64.1% 66.66%,
#afbea2 66.66% 69.23%,
#898d53 69.23% 71.79%,
#fff 71.79% 100%
);
}
.column.white.shield11 {
background: linear-gradient(
to bottom,
#fff 33.33% 35.89%,
#ddba88 35.89% 38.46%,
#965a2c 38.46% 41.02%,
#e7cba7 41.02% 43.58%,
#4d3e2e 43.58% 46.15%,
#ba8145 46.15% 48.71%,
#b69886 48.71% 51.28%,
#d2b379 51.28% 53.84%,
#d8ba92 53.84% 56.41%,
#e8f2f2 56.41% 58.97%,
#1c5e5f 58.97% 61.53%,
#cde3e4 61.53% 64.1%,
#918b73 64.1% 66.66%,
#c08f82 66.66% 69.23%,
#8f935c 69.23% 71.79%,
#afcfc5 71.79% 74.35%,
#fff 74.35% 100%
);
}
.column.white.shield12 {
background: linear-gradient(
to bottom,
#fff 30.76% 33.33%,
#cc9c61 33.33% 35.89%,
#d2a56a 35.89% 38.46%,
#ac6f39 38.46% 41.02%,
#ae7947 41.02% 43.58%,
#342a23 43.58% 46.15%,
#bd864c 46.15% 48.71%,
#733e21 48.71% 51.28%,
#9e5e29 51.28% 53.84%,
#bc987b 53.84% 56.41%,
#e0ebeb 56.41% 58.97%,
#13878b 58.97% 61.53%,
#cce5e5 61.53% 64.1%,
#f8a64f 64.1% 66.66%,
#9f9d7a 66.66% 69.23%,
#708650 69.23% 71.79%,
#d95961 71.79% 74.35%,
#fff 74.35% 100%
);
}
.column.white.shield13 {
background: linear-gradient(
to bottom,
#fff 30.76% 33.33%,
#cc9c61 33.33% 35.89%,
#8c522c 35.89% 38.46%,
#8c5522 38.46% 41.02%,
#31251c 41.02% 43.58%,
#462816 43.58% 46.15%,
#3b271c 46.15% 48.71%,
#bf915a 48.71% 51.28%,
#563a25 51.28% 53.84%,
#804628 53.84% 56.41%,
#fef5dc 56.41% 58.97%,
#26312e 58.97% 61.53%,
#399a9d 61.53% 64.1%,
#a49c65 64.1% 66.66%,
#7f786c 66.66% 69.23%,
#a29f71 69.23% 71.79%,
#308268 71.79% 74.35%,
#fff 74.35% 100%
);
}
.column.white.shield14 {
background: linear-gradient(
to bottom,
#fff 30.76% 33.33%,
#99572e 33.33% 35.89%,
#4e2f1d 35.89% 38.46%,
#915127 38.46% 41.02%,
#7a4d2e 41.02% 43.58%,
#834825 43.58% 46.15%,
#763d1e 46.15% 48.71%,
#5e4731 48.71% 51.28%,
#502b16 51.28% 53.84%,
#34261d 53.84% 56.41%,
#7c5a31 56.41% 58.97%,
#729788 58.97% 61.53%,
#8ec6c7 61.53% 64.1%,
#9e8a6b 64.1% 66.66%,
#bb9281 66.66% 69.23%,
#9fa470 69.23% 71.79%,
#f8ddde 71.79% 74.35%,
#fff 74.35% 100%
);
}
.column.white.shield15 {
background: linear-gradient(
to bottom,
#fff 30.76% 33.33%,
#c39c88 33.33% 35.89%,
#4e2f1d 35.89% 38.46%,
#3f3127 38.46% 41.02%,
#52321e 41.02% 43.58%,
#8c522c 43.58% 46.15%,
#9f5b28 46.15% 48.71%,
#f4efeb 48.71% 51.28%,
#8b6246 51.28% 53.84%,
#743a1a 53.84% 56.41%,
#bcaa94 56.41% 58.97%,
#274f4b 58.97% 61.53%,
#85adad 61.53% 64.1%,
#54b0cf 64.1% 66.66%,
#c7cdb6 66.66% 69.23%,
#838849 69.23% 71.79%,
#fff 71.79% 100%
);
}
.column.white.shield16 {
background: linear-gradient(
to bottom,
#fff 33.33% 35.89%,
#533927 35.89% 38.46%,
#65361b 38.46% 41.02%,
#5b3420 41.02% 43.58%,
#94572e 43.58% 46.15%,
#a4753d 46.15% 48.71%,
#c5c1bf 48.71% 51.28%,
#fff 51.28% 53.84%,
#6a3c1b 53.84% 56.41%,
#8e6048 56.41% 58.97%,
#88a3a5 58.97% 61.53%,
#1c8182 61.53% 64.1%,
#fdeec4 64.1% 66.66%,
#f0ead1 66.66% 69.23%,
#c3c6a4 69.23% 71.79%,
#fff 71.79% 100%
);
}
.column.white.shield17 {
background: linear-gradient(
to bottom,
#fff 35.89% 38.46%,
#6c391e 38.46% 41.02%,
#733a1c 41.02% 43.58%,
#694426 43.58% 46.15%,
#36251b 46.15% 48.71%,
#ded7d4 48.71% 51.28%,
#a6a6a6 51.28% 53.84%,
#cdbaa8 53.84% 56.41%,
#525151 56.41% 58.97%,
#f58a9a 58.97% 61.53%,
#cfe7e8 61.53% 64.1%,
#fdfdfc 64.1% 66.66%,
#acb087 66.66% 69.23%,
#fff 69.23% 100%
);
}
.column.white.shield18 {
background: linear-gradient(
to bottom,
#fff 35.89% 38.46%,
#f3ebe7 38.46% 41.02%,
#775b4b 41.02% 43.58%,
#864c28 43.58% 46.15%,
#733a1c 46.15% 48.71%,
#f8f7f6 48.71% 51.28%,
#b3b3b3 51.28% 53.84%,
#b8b8b8 53.84% 56.41%,
#e9e1d3 56.41% 58.97%,
#fff 58.97% 61.53%,
#fff 61.53% 64.1%,
#c1c4a1 64.1% 66.66%,
#c1c3a2 66.66% 69.23%,
#fff 69.23% 100%
);
}
.column.white.shield19 {
background: linear-gradient(
to bottom,
#fff 41.02% 43.58%,
#ded4cf 43.58% 46.15%,
#cdb5a8 46.15% 48.71%,
#cfb4a5 48.71% 51.28%,
#b2a9a4 51.28% 53.84%,
#e3e3e3 53.84% 56.41%,
#eeefe7 56.41% 58.97%,
#c3c6a4 58.97% 61.53%,
#d9d1ab 61.53% 64.1%,
#d9dbc7 64.1% 66.66%,
#fff 66.66% 100%
);
}
.column.white.shield20 {
background: linear-gradient(
to bottom,
#fff 0% 51.28%,
#cbbd76 51.28% 53.85%,
#fff 53.85% 100%
);
}
.column.white.shield21 {
background: linear-gradient(
to bottom,
#fff 48.71% 51.28%,
#caccb3 51.28% 53.84%,
#c9bf83 53.84% 56.41%,
#eeefe7 56.41% 58.97%,
#a8ad7b 58.97% 61.53%,
#f1f1e9 61.53% 64.1%,
#fff 64.1% 100%
);
}
.column.white.shield22 {
background: linear-gradient(
to bottom,
#fff 48.71% 51.28%,
#b9bc9a 51.28% 53.84%,
#ced0b4 53.84% 56.41%,
#fff 56.41% 100%
);
}
.column.red {
background: #c8102e;
}
@keyframes upDown {
from {
transform: translateY(8px);
}
to {
transform: translateY(-8px);
}
}
.column:nth-child(1) {
animation-delay: 20ms;
}
.column:nth-child(2) {
animation-delay: 40ms;
}
.column:nth-child(3) {
animation-delay: 60ms;
}
.column:nth-child(4) {
animation-delay: 80ms;
}
.column:nth-child(5) {
animation-delay: 100ms;
}
.column:nth-child(6) {
animation-delay: 120ms;
}
.column:nth-child(7) {
animation-delay: 140ms;
}
.column:nth-child(8) {
animation-delay: 160ms;
}
.column:nth-child(9) {
animation-delay: 180ms;
}
.column:nth-child(10) {
animation-delay: 200ms;
}
.column:nth-child(11) {
animation-delay: 220ms;
}
.column:nth-child(12) {
animation-delay: 240ms;
}
.column:nth-child(13) {
animation-delay: 260ms;
}
.column:nth-child(14) {
animation-delay: 280ms;
}
.column:nth-child(15) {
animation-delay: 300ms;
}
.column:nth-child(16) {
animation-delay: 320ms;
}
.column:nth-child(17) {
animation-delay: 340ms;
}
.column:nth-child(18) {
animation-delay: 360ms;
}
.column:nth-child(19) {
animation-delay: 380ms;
}
.column:nth-child(20) {
animation-delay: 400ms;
}
.column:nth-child(21) {
animation-delay: 420ms;
}
.column:nth-child(22) {
animation-delay: 440ms;
}
.column:nth-child(23) {
animation-delay: 460ms;
}
.column:nth-child(24) {
animation-delay: 480ms;
}
.column:nth-child(25) {
animation-delay: 500ms;
}
.column:nth-child(26) {
animation-delay: 520ms;
}
.column:nth-child(27) {
animation-delay: 540ms;
}
.column:nth-child(28) {
animation-delay: 560ms;
}
.column:nth-child(29) {
animation-delay: 580ms;
}
.column:nth-child(30) {
animation-delay: 600ms;
}
.column:nth-child(31) {
animation-delay: 620ms;
}
.column:nth-child(32) {
animation-delay: 640ms;
}
.column:nth-child(33) {
animation-delay: 660ms;
}
.column:nth-child(34) {
animation-delay: 680ms;
}
.column:nth-child(35) {
animation-delay: 700ms;
}
.column:nth-child(36) {
animation-delay: 720ms;
}
.column:nth-child(37) {
animation-delay: 740ms;
}
.column:nth-child(38) {
animation-delay: 760ms;
}
.column:nth-child(39) {
animation-delay: 780ms;
}
.column:nth-child(40) {
animation-delay: 800ms;
}
.column:nth-child(41) {
animation-delay: 820ms;
}
.column:nth-child(42) {
animation-delay: 840ms;
}
.column:nth-child(43) {
animation-delay: 860ms;
}
.column:nth-child(44) {
animation-delay: 880ms;
}
.column:nth-child(45) {
animation-delay: 900ms;
}
.column:nth-child(46) {
animation-delay: 920ms;
}
.column:nth-child(47) {
animation-delay: 940ms;
}
.column:nth-child(48) {
animation-delay: 960ms;
}
.column:nth-child(49) {
animation-delay: 980ms;
}
.column:nth-child(50) {
animation-delay: 1000ms;
}
.column:nth-child(51) {
animation-delay: 1020ms;
}
.column:nth-child(52) {
animation-delay: 1040ms;
}
.column:nth-child(53) {
animation-delay: 1060ms;
}
.column:nth-child(54) {
animation-delay: 1080ms;
}
.column:nth-child(55) {
animation-delay: 1100ms;
}
.column:nth-child(56) {
animation-delay: 1120ms;
}
.column:nth-child(57) {
animation-delay: 1140ms;
}
.column:nth-child(58) {
animation-delay: 1160ms;
}
.column:nth-child(59) {
animation-delay: 1180ms;
}
.column:nth-child(60) {
animation-delay: 1200ms;
}
.column:nth-child(61) {
animation-delay: 1220ms;
}
.column:nth-child(62) {
animation-delay: 1240ms;
}
.column:nth-child(63) {
animation-delay: 1260ms;
}
.column:nth-child(64) {
animation-delay: 1280ms;
}
.column:nth-child(65) {
animation-delay: 1300ms;
}
.column:nth-child(66) {
animation-delay: 1320ms;
}
.column:nth-child(67) {
animation-delay: 1340ms;
}
.column:nth-child(68) {
animation-delay: 1360ms;
}
.column:nth-child(69) {
animation-delay: 1380ms;
}
.column:nth-child(70) {
animation-delay: 1400ms;
}
.column:nth-child(71) {
animation-delay: 1420ms;
}
.column:nth-child(72) {
animation-delay: 1440ms;
}