diff --git a/html/index.html b/html/index.html index 2a7d447..e71c22f 100644 --- a/html/index.html +++ b/html/index.html @@ -57,6 +57,18 @@ #ready-button { margin-top: 20px; } + + #game-grid td { + width: 30px; + height: 30px; + border: 1px solid #666; + text-align: center; + } + + #leaderboard p { + font-weight: bold; + } +
@@ -72,6 +84,13 @@ + +