summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.html b/index.html
index d6e6602..4ad0eb0 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,14 @@
body {
background-color: #3b5998;
color: white;
+ font-family: sans-serif;
+ overflow: hidden;
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
</style>
</head>