summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-10-05 00:08:42 +0300
committerYuval Adam <_@yuv.al>2021-10-05 00:08:42 +0300
commite074eb7614f6dd789e91d3de7635242e55f7dd79 (patch)
treefa88ed2cc1b5c0672774525e18de172606d5901b /index.html
parent7b777e1eec2a156634c658255c91f00ddabaa85f (diff)
Center
Diffstat (limited to 'index.html')
-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>