summaryrefslogtreecommitdiff
path: root/game.css
diff options
context:
space:
mode:
Diffstat (limited to 'game.css')
-rw-r--r--game.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/game.css b/game.css
new file mode 100644
index 0000000..d729dc9
--- /dev/null
+++ b/game.css
@@ -0,0 +1,11 @@
+body {
+ background-color: #3f2832;
+ margin: 0;
+ width: 100vw;
+ height: 100vh;
+}
+
+canvas {
+ display: block;
+ margin: 0 auto;
+}