diff --git a/index.html b/index.html index f4869d2..2696b9b 100644 --- a/index.html +++ b/index.html @@ -17,9 +17,21 @@ overflow: hidden; touch-action: none; } +.copy { + max-width: 600px; + margin: auto; +} + +a { + color:white; + font-weight: bold; +} #canvas { display: block; + max-width: 600px; + min-height:630px; + margin: auto; } #canvas:focus { @@ -94,10 +106,11 @@
- +Based on Pong Wars by Koen van Gilst, + source code on github.