GarGerry commited on
Commit
a3c621c
·
verified ·
1 Parent(s): daef768

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -35
style.css CHANGED
@@ -28,7 +28,7 @@ body {
28
  background: radial-gradient(circle, #00FFAB, #00B89C);
29
  border-radius: 50%;
30
  box-shadow: 0 0 20px rgba(0, 255, 171, 0.8);
31
- animation: fall 3s linear infinite, neon 1.5s ease-in-out infinite alternate;
32
  }
33
 
34
  .platform {
@@ -48,20 +48,11 @@ body {
48
  text-shadow: 0 0 10px rgba(0, 255, 171, 0.8);
49
  }
50
 
51
- /* Grid Background */
52
- body::before {
53
- content: '';
54
  position: absolute;
55
- top: 0;
56
- left: 0;
57
- width: 100%;
58
- height: 100%;
59
- background: linear-gradient(90deg, rgba(0,255,255,0.1) 1px, transparent 1px),
60
- linear-gradient(rgba(0,255,255,0.1) 1px, transparent 1px);
61
- background-size: 40px 40px;
62
- pointer-events: none;
63
- z-index: -1;
64
- animation: gridMove 1s linear infinite;
65
  }
66
 
67
  @keyframes fall {
@@ -71,25 +62,4 @@ body::before {
71
  100% {
72
  top: 100%;
73
  }
74
- }
75
-
76
- @keyframes neon {
77
- 0% {
78
- box-shadow: 0 0 20px rgba(0, 255, 171, 0.8);
79
- }
80
- 50% {
81
- box-shadow: 0 0 40px rgba(0, 255, 171, 1.2), 0 0 60px rgba(0, 255, 171, 0.8);
82
- }
83
- 100% {
84
- box-shadow: 0 0 20px rgba(0, 255, 171, 0.8);
85
- }
86
- }
87
-
88
- @keyframes gridMove {
89
- 0% {
90
- background-position: 0 0;
91
- }
92
- 100% {
93
- background-position: 40px 40px;
94
- }
95
  }
 
28
  background: radial-gradient(circle, #00FFAB, #00B89C);
29
  border-radius: 50%;
30
  box-shadow: 0 0 20px rgba(0, 255, 171, 0.8);
31
+ animation: fall 3s linear infinite;
32
  }
33
 
34
  .platform {
 
48
  text-shadow: 0 0 10px rgba(0, 255, 171, 0.8);
49
  }
50
 
51
+ #level {
 
 
52
  position: absolute;
53
+ top: 60px;
54
+ font-size: 20px;
55
+ text-shadow: 0 0 10px rgba(0, 255, 171, 0.8);
 
 
 
 
 
 
 
56
  }
57
 
58
  @keyframes fall {
 
62
  100% {
63
  top: 100%;
64
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  }