aboutsummaryrefslogtreecommitdiff
path: root/static/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/global.css')
-rw-r--r--static/global.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/static/global.css b/static/global.css
new file mode 100644
index 0000000..ce1f73f
--- /dev/null
+++ b/static/global.css
@@ -0,0 +1,18 @@
+* {
+ margin: 0;
+ padding: 0
+}
+
+#lgtm {
+ height: 100vh;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+#lgtm p {
+ color: #3B3B3B;
+ font-family: Yrsa, serif;
+ font-size: 48px;
+ line-height: 0.96em;
+}