Added missing files.

This commit is contained in:
Devine Lu Linvega
2016-11-11 18:00:05 -08:00
parent e52a72ab43
commit b7e2247ac0
2 changed files with 49 additions and 0 deletions

3
links/main.css Normal file
View File

@@ -0,0 +1,3 @@
body { margin:0px; padding:0px; overflow:hidden;}
canvas:hover { cursor: crosshair;}
#commander { background:black; padding:15px; position:fixed; bottom:30; color:white; left:30px; border:0; width:calc(100vw - 60px); font-family:courier; cursor:pointer;}