aboutsummaryrefslogtreecommitdiffhomepage
path: root/styles.css
diff options
context:
space:
mode:
authorMarvin Borner2018-09-04 14:49:49 +0200
committerMarvin Borner2018-09-04 14:49:49 +0200
commit77ea4c44859118ef7da095d6b3c828c03852cdda (patch)
tree81eaf5a6f35fccb1373afefff899c3714036fe8c /styles.css
parentc96397f9c16c83e3ab73d14a96921d663df94194 (diff)
Added star background :lipstick: :sparkles:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index e69de29..c97aeef 100644
--- a/styles.css
+++ b/styles.css
@@ -0,0 +1,15 @@
+body {
+ margin: 0;
+ background-color: #0c0c1c;
+}
+
+canvas {
+ display: block;
+ vertical-align: bottom;
+}
+
+.starBackground {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+} \ No newline at end of file