From 93a9693b0ceda32a0464c59138656a3f7db6941a Mon Sep 17 00:00:00 2001 From: Jordan Johnson Date: Mon, 3 Jul 2017 01:32:11 +0000 Subject: [PATCH] How to play menu --- client/css/style.css | 11 ++++++++++- client/index.html | 40 +++++++++++++++++++++++++++++++++++++++- client/js/main.js | 14 +++++++++++++- 3 files changed, 62 insertions(+), 3 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 5f9408f..85f3c4d 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -13,7 +13,7 @@ canvas { padding: 0; } -h1, input, button, li { +h1, input, button, li, .card { font-family: 'Anonymous Pro', monospace; } @@ -50,6 +50,15 @@ h1, input, button, li { display: none; } +#how-to-play { + display: none; +} + +#how-to-play button { + margin-top: 16px; + width: 35%; +} + .info-box li { font-size: 36px; text-align: left; diff --git a/client/index.html b/client/index.html index 4ddec51..ae9b5f5 100644 --- a/client/index.html +++ b/client/index.html @@ -44,7 +44,9 @@

Paint the Floor

- +
+ +
@@ -68,6 +70,42 @@

+