diff --git a/templates/index.html b/templates/index.html index 559129f..d68181a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,7 +11,7 @@ } canvas { - margin: 0 auto; + margin: 0 auto 10px; width: 1024px; display: block; border: 1px solid #000; @@ -19,7 +19,7 @@ .chat { width: 1024px; - margin: 20px auto 0; + margin: 0 auto; border: 1px solid #000; padding: 8px; box-sizing: border-box; @@ -53,12 +53,17 @@ .controls { width: 1024px; + height: 30px; margin: 0 auto; + font-size: 12px; + text-align: right; } .pill { border: 1px solid #000000; border-radius: 8px; + padding: 5px; + } @@ -73,10 +78,12 @@
- h move left - l move right - j crouch - k jump + h - move left + l - move right + j - crouch + k - jump + e - attack +