diff --git a/Mazegame b/Mazegame new file mode 100644 index 0000000..42353a0 --- /dev/null +++ b/Mazegame @@ -0,0 +1,24 @@ +body { + margin: 0; +} + +#canvasContainer { + position: relative; +} + +/* JOYPAD */ +#joypad { + position: absolute; + bottom: 0; + right: 0; + width: 145px; +} + +#joypad .top { + text-align: center; + width: inherit; +} + +#joypad .bottom { + width: inherit; +}