stylesheet location

This commit is contained in:
Magnus Ulimoen
2020-02-19 20:04:54 +01:00
parent 2e013507b2
commit 5d4d8370bd

3
webfront/pages/style.css Normal file
View File

@@ -0,0 +1,3 @@
* { margin:0; padding:0; }
html, body { width:100%; height:100%; }
canvas { display:block; }