Spaces:
Running
Running
Update index.html
Browse files- index.html +12 -5
index.html
CHANGED
@@ -521,11 +521,18 @@ body {
|
|
521 |
box-sizing: border-box;
|
522 |
} </style>
|
523 |
<style>
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
529 |
@keyframes blink {
|
530 |
0% { opacity: 0.2; }
|
531 |
100% { opacity: 0.8; }
|
|
|
521 |
box-sizing: border-box;
|
522 |
} </style>
|
523 |
<style>
|
524 |
+
html, body {
|
525 |
+
margin: 0;
|
526 |
+
padding: 0;
|
527 |
+
background-color: #0a192f;
|
528 |
+
color: #00ffcc;
|
529 |
+
font-family: "M PLUS Rounded 1c", monospace;
|
530 |
+
min-height: 100vh;
|
531 |
+
display: flex;
|
532 |
+
flex-direction: column;
|
533 |
+
align-items: center;
|
534 |
+
width: 100%;
|
535 |
+
}
|
536 |
@keyframes blink {
|
537 |
0% { opacity: 0.2; }
|
538 |
100% { opacity: 0.8; }
|