diff --git a/css/main.css b/css/main.css index d5290d7..1b029a3 100644 --- a/css/main.css +++ b/css/main.css @@ -55,3 +55,45 @@ button:active { #status { margin-top: 20px; } + +#statusRound { + margin-top: 20px; + color: blue; +} + +#statusGame { + margin-top: 20px; + color: red; +} + + +.scoreboardround { + width: 14em; + margin: auto; + color: blue; + border: 1px solid blue; +} +.scoreboardround h2 { + border-bottom: 1px solid blue; + margin: 0; + padding: 10px; +} +.scoreboardround table { + margin: 10px auto; + width: 100%; + border-collapse: collapse; +} +.scoreboardround th, .scoreboard td { + text-align: center; +} +.scoreboardround td { + font-size: 3em; + padding: 0 20px; +} + +.reloadgame { + color:red; +} +.statusgame { + color:red; +} diff --git a/index.html b/index.html index 1d98654..5154daf 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,9 @@
A steam-powered bot has challenged you to a game. Rock beats scissors, scissors beats paper, and paper beats rock.
++ First one to get to 10 wins the round. +
0 | +0 | +
You | +Bot | +
---|