diff --git a/html/index.html b/html/index.html index f4433a3..74e8117 100644 --- a/html/index.html +++ b/html/index.html @@ -18,7 +18,7 @@ gap: 5px; margin-bottom: 20px; } - .black-cell { + .black-cell { background-color: black; } .game-board div { @@ -57,6 +57,34 @@ text-align: center; margin-top: 20px; } + .input-section, .choice-section { + margin-top: 20px; + width: 100%; + max-width: 600px; + display: flex; + flex-direction: column; + align-items: center; + } + .input-section div, .choice-section div { + margin-bottom: 10px; + width: 100%; + max-width: 500px; + display: flex; + align-items: center; + } + .input-section label, .choice-section label { + width: 150px; + font-weight: bold; + } + .input-section input, .choice-section input { + flex: 1; + padding: 5px; + } + .instructions { + text-align: center; + margin-bottom: 20px; + font-size: 16px; + }
@@ -88,12 +116,12 @@Guess: i
Timer: 20
Stake: 40
- +User217 | 100 |