From 6d3d7a0de86abf5e6a40297b052cabd8f358ba3e Mon Sep 17 00:00:00 2001 From: simon-ec Date: Tue, 28 Jul 2026 10:41:43 -0400 Subject: [PATCH] countdown works. normal mode feels better/faster. game-over buttons --- quickdraw-game.html | 441 ++++++++++++++++++++++++++++++++------------ 1 file changed, 322 insertions(+), 119 deletions(-) diff --git a/quickdraw-game.html b/quickdraw-game.html index 4742d7d..a2f92c1 100644 --- a/quickdraw-game.html +++ b/quickdraw-game.html @@ -67,11 +67,21 @@ font-size: 2rem; } + #title-container { + justify-self: center; + justify-content: center; + display: flex; + flex-direction: row; + width: 100%; + gap: 2rem; + } + #text-box { display: flex; - flex-direction: row; + flex-direction: column; align-content: end; justify-content: space-evenly; + gap: 1rem; text-align: center; color: red; width: 100%; @@ -104,23 +114,26 @@
-
- - +
+ +
- + - - + + @@ -132,6 +145,7 @@