aboutsummaryrefslogtreecommitdiffhomepage
path: root/styles.css
diff options
context:
space:
mode:
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