From 77ea4c44859118ef7da095d6b3c828c03852cdda Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 4 Sep 2018 14:49:49 +0200 Subject: Added star background :lipstick: :sparkles: --- styles.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'styles.css') 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 -- cgit v1.2.3