summaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
authorstale <redkugelblitzin@gmail.com>2022-06-03 22:39:55 -0300
committerstale <redkugelblitzin@gmail.com>2022-06-03 22:39:55 -0300
commitaeb7beb3f9b154f4aefbaa1c08d822ed572461fb (patch)
tree9023673c4600cf884800c00800f4567b92d2b6d1 /assets/style.css
parentb1bef4d9bc28c9b4ef57b750368e92cb1878eba7 (diff)
cleaned up client code, more info in game page
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index 4127817..16ca7f0 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -6,6 +6,14 @@
font-size: 80px;
line-height: 48px;
margin: 2vw;
+ position: relative;
+ top: 0px;
+ left 0px;
+}
+#cursor-frame {
+ position: absolute;
+ top: 0px;
+ left: 0px;
}
.cent {
width: 80vw;
@@ -61,6 +69,9 @@ body {
bottom: 0px;
left: 0px;
}
+#statusline * {
+ margin: 0.5em 2em 0 0;
+}
span, h1, h4 {
margin: 0 auto;