summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
new file mode 100644
index 0000000..a1d58ec
--- /dev/null
+++ b/src/style.css
@@ -0,0 +1,14 @@
+html, body {
+ width: 100%;
+ height: 100%;
+}
+
+canvas {
+ position: absolute;
+}
+
+* {
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+}