Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -4
index.html
CHANGED
@@ -512,19 +512,17 @@
|
|
512 |
html, body {
|
513 |
margin: 0;
|
514 |
padding: 0;
|
515 |
-
height: 100%;
|
516 |
background-color: #0a192f;
|
517 |
-
overflow: hidden;
|
518 |
}
|
519 |
@keyframes blink {
|
520 |
0% { opacity: 0.2; }
|
521 |
100% { opacity: 0.8; }
|
522 |
}
|
523 |
.wave-container {
|
524 |
-
position:
|
525 |
width: 100%;
|
526 |
height: 100%;
|
527 |
-
|
528 |
}
|
529 |
|
530 |
/* γ°γͺγγη·γζθι’γ« */
|
|
|
512 |
html, body {
|
513 |
margin: 0;
|
514 |
padding: 0;
|
|
|
515 |
background-color: #0a192f;
|
|
|
516 |
}
|
517 |
@keyframes blink {
|
518 |
0% { opacity: 0.2; }
|
519 |
100% { opacity: 0.8; }
|
520 |
}
|
521 |
.wave-container {
|
522 |
+
position: fixed;
|
523 |
width: 100%;
|
524 |
height: 100%;
|
525 |
+
z-index: -1;
|
526 |
}
|
527 |
|
528 |
/* γ°γͺγγη·γζθι’γ« */
|