css: normalize.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
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>happy 2022</title>
<meta name="Description" content="geovindu"/>
<meta name="Keywords" content="geovindu"/>
<meta name="author" content="geovindu"/> 
    <link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@900&display=swap" rel="stylesheet" />
    <link href="css/normalize.min.css" rel="stylesheet"/>
<style type="text/css">
     
     
     
     
@charset "UTF-8";
/**
  Check it out in Full page view 😄
**/
 
     
     
     
     
     
:root {
  --background-color: #f2bdbb;
  --year-color: #eb8258;
  --year-text-shadow: 10px 0px 0px rgba(219, 80, 74,1);
  --year-change-text-shadow: 10px 0px 0px rgba(70, 153, 218, 1);
  --greeting-text-shadow: 5px 0px 0px rgba(70, 153, 218, 1);
  --year-change-color: #84dbf7;
  --year-change-background-color: #072852;
}
 
* {
  box-sizing: border-box;
}
 
body,
div,
p {
  margin: 0;
  padding: 0;
}
 
body {
  background-color: var(--background-color);
  height: 100vh;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  animation: changeBg 0.5s ease-in-out 3.5s 1 normal forwards;
  overflow: hidden;
}
/*https://www.svgbackgrounds.com/how-to-add-svgs-with-css-background-image/*/
.header,
.footer {
  position: absolute;
  opacity: 0;
    background-image: url("39.svg");
  /*background-image: url("data:image/svg+xml,%3Csvg width='206' height='53' viewBox='0 0 206 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='206' height='53' fill='%23072852'/%3E%3Ccircle cx='26.5' cy='13.25' r='4.41667' fill='%2300539F'/%3E%3Ccircle cx='26.5' cy='24.2917' r='4.41667' fill='%2300539F'/%3E%3Ccircle cx='39.75' cy='24.2917' r='4.41667' fill='%2300539F'/%3E%3Ccircle cx='39.75' cy='35.3333' r='4.41667' fill='%2300539F'/%3E%3Ccircle cx='39.75' cy='13.25' r='4.41667' fill='%2300539F'/%3E%3Ccircle cx='13.25' cy='13.25' r='4.41667' fill='%2300539F'/%3E%3Cpath d='M108.625 32.0208L113.95 21.37C114.577 20.1161 116.266 19.8795 117.214 20.9129L125.365 29.8054C126.33 30.8585 128.057 30.5892 128.655 29.2921L132.457 21.0546C133.126 19.6052 135.14 19.485 135.976 20.8445L140.608 28.3716C141.498 29.8178 143.672 29.5669 144.209 27.9558L147.271 18.7708' stroke='%2300539F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M68.6667 18.2976L76.3958 24.2917M84.125 30.9167L76.3958 24.2917M76.3958 24.2917L68.6667 30.9167L84.125 17.6667' stroke='%2300539F' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M164.77 31.5208L177.292 9.83334L189.813 31.5208H164.77Z' stroke='%230B4A99'/%3E%3Cpath d='M182.812 11.0417L197.156 34.2292H168.469L182.812 11.0417Z' fill='%2300539F'/%3E%3C/svg%3E%0A")*/
     
    ;
}
 
.header {
  top: 0;
  left: 0;
  height: 25%;
  width: 20%;
  animation: revealheader 0.5s ease-in-out 4s 1 normal forwards;
}
 
.footer {
  height: 35%;
  width: 40%;
  bottom: 0;
  right: 0;
  animation: revealfooter 0.5s ease-in-out 4s 1 normal forwards;
}
 
.container {
  height: 100vh;
}
.container .current-year {
  position: absolute;
  width: 100vw;
  height: 100%;
  transition: all 0.5s;
}
 
.current-year {
  position: relative;
}
.current-year .year {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 300px;
  text-align: center;
  color: var(--year-color);
}
.current-year .year::before {
  content: "Happy";
  font-size: 7em;
  position: absolute;
  top: -100px;
  left: 20%;
  margin: 0 auto;
  opacity: 0;
  color: var(--year-change-color);
  text-shadow: var(--greeting-text-shadow);
  animation: fadeIn 0.5s ease-in-out 3.5s 1 normal forwards;
}
.current-year .year span {
  display: inline-block;
  position: relative;
  font-size: 20em;
  text-shadow: var(--year-text-shadow);
  z-index: 10;
}
.current-year .year span:nth-child(1) {
  animation: jump 0.75s ease-in-out 3.6s infinite normal forwards, color 0.75s ease-in-out 3.5s 1 normal forwards;
}
.current-year .year span:nth-child(2) {
  animation: jump 0.75s ease-in-out 3.4s infinite normal forwards, color 0.75s ease-in-out 3.5s 1 normal forwards;
}
.current-year .year span:nth-child(3) {
  animation: jump 0.75s ease-in-out 3.2s infinite normal forwards, color 0.75s ease-in-out 3.5s 1 normal forwards;
}
.current-year .year span:nth-child(4) {
  animation: jump 0.5s ease-in-out 0.2s infinite normal forwards, fadeOut 1s ease-in-out 3s 1 normal forwards;
  position: relative;
}
.current-year .year span:last-child {
  display: inline-block;
  position: relative;
  opacity: 0;
  animation: jumpNewYear 1s ease-in-out 3s 1 normal forwards, jumpY 0.75s ease-in-out 4s infinite normal forwards, color 0.5s ease-in-out 3.5s 1 normal forwards;
}
 
@keyframes jump {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  75% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes jumpNewYear {
  0% {
    opacity: 1;
    transform: scale(0.3) translateY(-200px) translateX(-200px);
  }
  100% {
    transform: scale(1) translateY(0px) translateX(-200px);
    opacity: 1;
  }
}
@keyframes jumpNewYearSm {
  0% {
    opacity: 1;
    transform: scale(0.3) translateY(-200px) translateX(-100px);
  }
  100% {
    transform: scale(1) translateY(0px) translateX(-100px);
    opacity: 1;
  }
}
@keyframes jumpNewYearXs {
  0% {
    opacity: 1;
    transform: scale(0.3) translateY(-200px) translateX(-80px);
  }
  100% {
    transform: scale(1) translateY(0px) translateX(-80px);
    opacity: 1;
  }
}
@keyframes jumpY {
  0% {
    transform: translateX(-200px) translateY(0px);
  }
  50% {
    transform: translateX(-200px) translateY(-20px);
  }
  75% {
    transform: translateX(-200px) translateY(20px);
  }
  100% {
    transform: translateX(-200px) translateY(0px);
  }
}
@keyframes jumpYSm {
  0% {
    transform: translateX(-100px) translateY(0px);
  }
  50% {
    transform: translateX(-100px) translateY(-20px);
  }
  75% {
    transform: translateX(-100px) translateY(20px);
  }
  100% {
    transform: translateX(-100px) translateY(0px);
  }
}
@keyframes jumpYXs {
  0% {
    transform: translateX(-80px) translateY(0px);
  }
  50% {
    transform: translateX(-80px) translateY(-20px);
  }
  75% {
    transform: translateX(-80px) translateY(20px);
  }
  100% {
    transform: translateX(-80px) translateY(0px);
  }
}
@keyframes fadeOut {
  0% {
    transform: scale(1) translateY(0px);
  }
  100% {
    transform: scale(0) translateY(600px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes color {
  0% {
    color: var(--year-color);
    text-shadow: var(--year-text-shadow);
  }
  100% {
    color: var(--year-change-color);
    text-shadow: var(--year-change-text-shadow);
  }
}
@keyframes changeBg {
  0% {
    background-color: var(--background-color);
  }
  100% {
    background-color: var(--year-change-background-color);
  }
}
@keyframes revealheader {
  0% {
    transform: translateY(-50px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes revealfooter {
  0% {
    transform: translateY(50px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.snowflake-grid {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 50px;
  gap: 5px;
  opacity: 0;
  width: 100px;
  transform: scale(0.4);
}
.snowflake-grid div {
  border-radius: 5px;
}
.snowflake-grid .snowflake-item {
  position: relative;
}
 
.to-left {
  position: absolute;
  top: 5%;
  left: 35%;
  animation: swing 3s ease-in-out 4.5s infinite;
}
.to-left div {
  animation: flash 3s ease-in-out 4.5s infinite;
}
 
.to-right {
  position: absolute;
  top: 35%;
  right: 15%;
  animation: swing 2.5s ease-in-out 4s infinite;
}
.to-right div {
  animation: flash 2.5s ease-in-out 4s infinite;
}
 
.border-left {
  border-left: 4px solid #e6dada;
}
 
.border-right {
  border-right: 4px solid #e6dada;
}
 
.border-bottom {
  border-bottom: 4px solid #e6dada;
}
 
.border-top {
  border-top: 4px solid #e6dada;
}
 
.sub-items {
  height: 28px;
  width: 28px;
}
 
.m-w-15 {
  width: 15px;
}
 
.m-h-15 {
  height: 15px;
}
 
.r-270 {
  transform: rotate(270deg);
}
 
.r-180 {
  transform: rotate(180deg);
}
 
.r-90 {
  transform: rotate(90deg);
}
 
.pull-down {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
 
.pull-down-right {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
 
.pull-right {
  position: absolute;
  right: 5px;
  top: 5px;
}
 
.pull-left {
  position: absolute;
  left: 5px;
  top: 5px;
}
 
.m-3 {
  margin: 3px;
}
 
@keyframes swing {
  0% {
    opacity: 0.5;
  }
  50% {
    transform: rotateZ(20deg) scale(0.4);
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes flash {
  50% {
    border-color: #e7e9eb;
  }
}
.circles {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
 
.bottom-left.circles {
  bottom: 5%;
  left: 5%;
  animation: colorSwitcher 2s ease 4.5s infinite;
}
 
.circles.top-right {
  top: 25%;
  right: 45%;
  animation: colorSwitcher 1.5s ease 5.5s infinite;
}
 
@keyframes colorSwitcher {
  0% {
    opacity: 1;
    background: #642b73;
    background: -webkit-linear-gradient(to right, #c6426e, #642b73);
    background: linear-gradient(to right, #c6426e, #642b73);
  }
  50% {
    opacity: 1;
    background: #add100;
    background: -webkit-linear-gradient(to right, #7b920a, #add100);
    background: linear-gradient(to right, #7b920a, #add100);
  }
  100% {
    opacity: 1;
    background: #11998e;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e);
  }
}
.star {
  width: 70px;
  height: 70px;
  border: 1px solid white;
  background-color: white;
  opacity: 0;
}
.star div {
  border: 1px solid var(--year-change-background-color);
  background-color: var(--year-change-background-color);
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
}
.star .top {
  top: -18px;
  left: -16px;
}
.star .right {
  top: -18px;
  right: -17px;
}
.star .bottom {
  bottom: -15px;
  right: -15px;
}
.star .left {
  bottom: -14px;
  left: -17px;
}
 
.star.top-right {
  position: absolute;
  top: 10%;
  right: 15%;
  animation: blink 2s ease-in-out 5s infinite normal forwards;
  background: #ee9ca7;
  background: -webkit-linear-gradient(to right, #ffdde1, #ee9ca7);
  background: linear-gradient(to right, #ffdde1, #ee9ca7);
}
 
.star.bottom-left {
  position: absolute;
  top: 60%;
  left: 10%;
  animation: blink 1.5s ease-in-out 6s infinite normal forwards;
  background-color: #d39e0b;
}
 
.star.bottom-center {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: blink 1s ease-in-out 5.5s infinite normal forwards;
  background: #f953c6;
  background: -webkit-linear-gradient(to right, #b91d73, #f953c6);
  background: linear-gradient(to right, #b91d73, #f953c6);
}
 
@media (max-width: 900px) {
  .current-year .year {
    height: 200px;
  }
 
  .current-year .year span {
    font-size: 12em;
  }
 
  .current-year .year span:last-child {
    display: inline-block;
    position: relative;
    opacity: 0;
    animation: jumpNewYearSm 1s ease-in-out 3s 1 normal forwards, jumpYSm 0.75s ease-in-out 4s infinite normal forwards, color 0.5s ease-in-out 3.5s 1 normal forwards;
  }
}
@media (max-width: 767px) {
  .current-year .year {
    height: 150px;
  }
  .current-year .year::before {
    left: 5%;
    font-size: 5em;
  }
 
  .current-year .year span {
    font-size: 7em;
  }
 
  .current-year .year span:last-child {
    display: inline-block;
    position: relative;
    opacity: 0;
    animation: jumpNewYearXs 1s ease-in-out 3s 1 normal forwards, jumpYXs 0.75s ease-in-out 4s infinite normal forwards, color 0.5s ease-in-out 3.5s 1 normal forwards;
  }
 
  .snowflake-grid.to-right {
    display: none;
  }
 
  .header, .footer {
    width: 100%;
    height: 14%;
    z-index: 20;
  }
 
  .snowflake-grid.to-left {
    top: 16%;
    left: 15%;
  }
 
  .star.bottom-center {
    left: unset;
    right: 5%;
    bottom: 15%;
  }
 
  .star.top-right {
    top: 14%;
  }
}
    </style>
</head>
 
<body>
<div class="header"></div>
<div class="container">
  <div class="circles bottom-left"></div>
  <div class="circles top-right"></div>
  <div class="star top-right">
    <div class="top"></div>
    <div class="right"></div>
    <div class="bottom"></div>
    <div class="left"></div>
  </div>
  <div class="star bottom-left">
    <div class="top"></div>
    <div class="right"></div>
    <div class="bottom"></div>
    <div class="left"></div>
  </div>
  <div class="star bottom-center">
    <div class="top"></div>
    <div class="right"></div>
    <div class="bottom"></div>
    <div class="left"></div>
  </div>
  <div class="snowflake-grid to-left">
    <div class="snowflake-item border-bottom border-right">
      <div class="sub-items border-right border-bottom pull-down">
        <div class="m-w-15 m-h-15 border-right border-bottom m-3"></div>
      </div>
    </div>
    <div class="snowflake-item border-bottom border-left">
      <div class="sub-items border-right border-bottom r-90 pull-down-right">
        <div class="m-w-15 m-h-15 border-right border-bottom m-3"></div>
      </div>
    </div>
    <div class="snowflake-item border-top border-right">
      <div class="sub-items border-right border-bottom r-270 pull-right">
        <div class="m-w-15 m-h-15 border-right border-bottom m-3"></div>
      </div>
    </div>
    <div class="snowflake-item border-top border-left">
      <div class="sub-items border-right border-bottom r-180 pull-left">
        <div class="m-w-15 m-h-15 border-right border-bottom m-3"></div>
      </div>
    </div>
  </div>
  <div class="snowflake-grid to-right">
    <div class="snowflake-item border-bottom border-right">
      <div class="sub-items border-right border-bottom pull-down">
        <div class="m-w-15 m-h-15 border-right border-bottom m-3"></div>
      </div>
    </div>
    <div class="snowflake-item border-bottom border-left">
      <div class="sub-items border-right border-bottom r-90 pull-down-right">
        <div class="m-w-15 m-h-15 border-right border-bottom m-3"></div>
      </div>
    </div>
    <div class="snowflake-item border-top border-right">
      <div class="sub-items border-right border-bottom r-270 pull-right">
        <div class="m-w-15 m-h-15 border-right border-bottom m-3"></div>
      </div>
    </div>
    <div class="snowflake-item border-top border-left">
      <div class="sub-items border-right border-bottom r-180 pull-left">
        <div class="m-w-15 m-h-15 border-right border-bottom m-3"></div>
      </div>
    </div>
  </div>
  <div class="current-year">
    <div class="year"><span>2</span><span>0</span><span>2</span><span>1</span><span>2</span></div>
  </div>
</div>
<div class="footer"></div
     
</body>
</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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>2022新年快乐网页动画特效</title>
<meta name="Description" content="geovindu"/>
<meta name="Keywords" content="geovindu"/>
<meta name="author" content="geovindu"/> 
<style type="text/css">
 
body {
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #000;
    height: 100vh;
}
 
.newyear {
    position: relative;
}
 
.numbers {
    position: relative;
    display: inline-flex;
    font-size:100px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    letter-spacing:20px;
}
 
.first {
    color: #00509d;
    text-shadow: 2px 2px 0 #ffd500;
}
 
.first:before {
    content:"";
    position: absolute;
    background-color: #00509d;
    height:15px;
    width:3px;
    left:35px;
    top:12px;
}
 
.first:after {
    content:"";
    position: absolute;
    background-color: #00509d;
    width:20px;
    height:10px;
    border-radius: 0 0 30px 30px;
    left:27px;
    top:2px;
}
 
.second {
    color: #fdc500;
    text-shadow: 2px 2px 0 #70e000;
}
 
.second:before {
    content:"";
    position: absolute;
    background-color: #fdc500;
    height:15px;
    width:3px;
    left:125px;
    top:12px;
}
 
.second:after {
    content:"";
    position: absolute;
    background-color: #fdc500;
    width:20px;
    height:10px;
    border-radius: 0 0 30px 30px;
    left:117px;
    top:2px;
}
 
.third {
    color: #ff477e;
    text-shadow: 2px 2px 0 #70e000;
}
 
.third:before {
    content:"";
    position: absolute;
    background-color: #ff477e;
    height:15px;
    width:3px;
    left:217px;
    top:12px;
}
 
.third:after {
    content:"";
    position: absolute;
    background-color: #ff477e;
    width:20px;
    height:10px;
    border-radius: 0 0 30px 30px;
    left:209px;
    top:2px;
}
 
.fourth {
    color: #e9ff70;
    text-shadow: 2px 2px 0 #ff0a54;
}
 
.fourth:before {
    content:"";
    position: absolute;
    background-color: #e9ff70;
    height:15px;
    width:3px;
    left:309px;
    top:13px;
}
 
.fourth:after {
    content:"";
    position: absolute;
    background-color: #e9ff70;
    width:20px;
    height:10px;
    border-radius: 0 0 30px 30px;
    left:301px;
    top:3px;
}
 
.text {
    position: absolute;
    left:86px;
    font-size: 30px;
    font-family: 'Brush Script MT', cursive;
    color: white;
    text-shadow: 1px 1px 0 #9ef01a;
}
 
.fireworks {
    position: absolute;
}
 
.spark1, .spark2, .spark3, .spark4, .spark5, .spark6 {
    position: absolute;
    background-color: #fee440;
    border-radius:50%;
    top:-9px;
    z-index:-1;
 
}
 
.spark1 {
    width: 8px;
    height:8px;
    left:30px;
    top:-9px;
    animation: fire 0.9s ease-in-out infinite, color 0.4s linear infinite;
}
 
.spark1:before {
    content:"";
    position: absolute;
    width:5px;
    height:5px;
    top:8px;
    left:11px;
    background-color: #fee440;
    border-radius:50%;
}
 
.spark2 {
    width: 9px;
    height:9px;
    left:33px;
    top:-5px;
    animation: fire2 0.28s ease-in-out infinite, color 0.4s linear infinite;
}
 
.spark2:before {
    content:"";
    position: absolute;
    width:5px;
    height:5px;
    top:12px;
    left:3px;
    background-color: #fee440;
    border-radius:50%;
}
 
.spark3 {
    width: 8.5px;
    height:8.5px;
    left:33px;
    top:-5px;
    animation: fire3 0.36s ease-in-out infinite, color2 0.4s linear infinite;
}
 
.spark3:before {
    content:"";
    position: absolute;
    width:5px;
    height:5px;
    top:12px;
    left:-1px;
    background-color: #fee440;
    border-radius:50%;
}
 
.spark4 {
    width: 7px;
    height:7px;
    left:27px;
    top:-5px;
    animation: fire2 0.24s ease-in-out infinite, color2 0.2s linear infinite;
}
 
.spark5 {
    width: 7px;
    height:7px;
    left:29px;
    top:-5px;
    animation: fire3 0.45s ease-in-out infinite, color3 0.2s linear infinite;
}
 
.spark6 {
    width: 6px;
    height:6px;
    left:29px;
    top:-5px;
    animation: fire 0.35s ease-in-out infinite, color3 0.2s linear infinite;
}
 
.spark6 {
    width: 7.5px;
    height:7.5px;
    left:35px;
    top:-5px;
    animation: fire2 0.35s ease-in-out infinite, color3 0.2s linear infinite;
}
 
@keyframes fire3 {
    100% { transform:translateX(20px) translateY(-73px);
        opacity: 0.3; }
}
 
@keyframes fire2 {
    100% { transform:translateX(-5px) translateY(-70px);
        opacity: 0.3; }
}
 
@keyframes fire {
    100% { transform:translateX(-25px) translateY(-75px);
        opacity: 0.3; }
}
 
@keyframes color {
    from {background-color: #d00000;}
    to {background-color: #0081a7;}
}
 
@keyframes color2 {
    from {background-color: #8cff00;}
    to {background-color: #1d2d44;}
}
 
@keyframes color3 {
    from {background-color: #d81159;}
    to {background-color: #1be7ff;}
}
 
.fireworks2 {
    position: absolute;
    left:90px;
}
 
.fireworks3 {
    position: absolute;
    left:182px;
}
 
.fireworks4 {
    position: absolute;
    left:275px;
}
     
</style>
</head>
 
<body>
    <div class="newyear">
    <div class="numbers">
        <div class="first">2</div>
        <div class="fireworks">
            <div class="spark1"></div>
            <div class="spark2"></div>
            <div class="spark3"></div>
            <div class="spark4"></div>
            <div class="spark5"></div>
            <div class="spark6"></div>
        </div>
        <div class="second">0</div>
        <div class="fireworks2">
            <div class="spark1"></div>
            <div class="spark2"></div>
            <div class="spark3"></div>
            <div class="spark4"></div>
            <div class="spark5"></div>
            <div class="spark6"></div>
        </div>
        <div class="third">2</div>
        <div class="fireworks3">
            <div class="spark1"></div>
            <div class="spark2"></div>
            <div class="spark3"></div>
            <div class="spark4"></div>
            <div class="spark5"></div>
            <div class="spark6"></div>
        </div>
        <div class="fourth">2
        </div>
        <div class="fireworks4">
            <div class="spark1"></div>
            <div class="spark2"></div>
            <div class="spark3"></div>
            <div class="spark4"></div>
            <div class="spark5"></div>
            <div class="spark6"></div>
        </div>
    </div>
    <div class="text">Happy New Year!</div>
</div>
</body>
</html>

  

 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!--Scalable Vector Graphic geovindu 39.svg -->
<svg width='206' height='53' viewBox='0 0 206 53' fill='none' xmlns='http://www.w3.org/2000/svg'>
     
    <circle cx='26.5' cy='13.25' r='4.41667' fill='#00539F'/>
    <circle cx='26.5' cy='24.2917' r='4.41667' fill='#00539F'/>
    <circle cx='39.75' cy='24.2917' r='4.41667' fill='#00539F'/>
    <circle cx='39.75' cy='35.3333' r='4.41667' fill='#00539F'/>
    <circle cx='39.75' cy='13.25' r='4.41667' fill='#00539F'/>
    <circle cx='13.25' cy='13.25' r='4.41667' fill='#00539F'/>
    <path d='M108.625 32.0208L113.95 21.37C114.577 20.1161 116.266 19.8795 117.214 20.9129L125.365 29.8054C126.33 30.8585 128.057 30.5892 128.655 29.2921L132.457 21.0546C133.126 19.6052 135.14 19.485 135.976 20.8445L140.608 28.3716C141.498 29.8178 143.672 29.5669 144.209 27.9558L147.271 18.7708' stroke='#00539F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/>
    <path d='M68.6667 18.2976L76.3958 24.2917M84.125 30.9167L76.3958 24.2917M76.3958 24.2917L68.6667 30.9167L84.125 17.6667' stroke='#00539F' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/>
    <path d='M164.77 31.5208L177.292 9.83334L189.813 31.5208H164.77Z' stroke='#0B4A99'/>
    <path d='M182.812 11.0417L197.156 34.2292H168.469L182.812 11.0417Z' fill='#00539F'/>
</svg>

  

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!--39.xml  svg/xml file   geovindu--->
<svg width='206' height='53' viewBox='0 0 206 53' fill='none' xmlns='http://www.w3.org/2000/svg'>
    <rect width='206' height='53' fill='#3072852'/>
    <circle cx='26.5' cy='13.25' r='4.41667' fill='#00539F'/>
    <circle cx='26.5' cy='24.2917' r='4.41667' fill='#00539F'/>
    <circle cx='39.75' cy='24.2917' r='4.41667' fill='#00539F'/>
    <circle cx='39.75' cy='35.3333' r='4.41667' fill='#00539F'/>
    <circle cx='39.75' cy='13.25' r='4.41667' fill='#00539F'/>
    <circle cx='13.25' cy='13.25' r='4.41667' fill='#00539F'/>
    <path d='M108.625 32.0208L113.95 21.37C114.577 20.1161 116.266 19.8795 117.214 20.9129L125.365 29.8054C126.33 30.8585 128.057 30.5892 128.655 29.2921L132.457 21.0546C133.126 19.6052 135.14 19.485 135.976 20.8445L140.608 28.3716C141.498 29.8178 143.672 29.5669 144.209 27.9558L147.271 18.7708' stroke='#00539F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/>
    <path d='M68.6667 18.2976L76.3958 24.2917M84.125 30.9167L76.3958 24.2917M76.3958 24.2917L68.6667 30.9167L84.125 17.6667' stroke='#00539F' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/>
    <path d='M164.77 31.5208L177.292 9.83334L189.813 31.5208H164.77Z' stroke='#0B4A99'/>
    <path d='M182.812 11.0417L197.156 34.2292H168.469L182.812 11.0417Z' fill='#00539F'/>
</svg>

  

 

https://github.com/lvming6816077/H5FullscreenPage
https://www.npmjs.com/package/animate.css/v/3.7.0
https://github.com/animate-css/animate.css
https://github.com/Angelial/yearCss
https://zeptojs.com/
https://www.zeptojs.com.cn/
https://github.com/madrobby/zepto
https://github.com/necolas/normalize.css/
https://github.com/cdnjs/cdnjs

 

ChatGPT
https://github.com/acheong08/ChatGPT
https://gpt3demo.com/apps/chatgpt

 

 

posted @   ®Geovin Du Dream Park™  阅读(34)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 零经验选手,Compose 一天开发一款小游戏!
· 一起来玩mcp_server_sqlite,让AI帮你做增删改查!!
历史上的今天:
2009-12-04 Replicating a Tree table
< 2025年3月 >
23 24 25 26 27 28 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 1 2 3 4 5
点击右上角即可分享
微信分享提示