summaryrefslogtreecommitdiffstats
path: root/snek.css
diff options
context:
space:
mode:
Diffstat (limited to 'snek.css')
-rw-r--r--snek.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/snek.css b/snek.css
index b9734f7..7bbdfcc 100644
--- a/snek.css
+++ b/snek.css
@@ -1,4 +1,11 @@
-body {
+body ,html {
overflow:hidden;
width:100%;
+ height:100%;
+ margin: 0;
+}
+canvas {
+ width: 100%;
+ height: 100%;
+
}