From 88c8dca05770f35895da21a3d6588ccaaff0f3e8 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 2 Aug 2026 20:15:55 -0500 Subject: [PATCH] submodes for normal mode --- quickdraw-game.html | 338 ++++++++++++++++++++++++-------------------- 1 file changed, 181 insertions(+), 157 deletions(-) diff --git a/quickdraw-game.html b/quickdraw-game.html index f95ba01..a40e940 100644 --- a/quickdraw-game.html +++ b/quickdraw-game.html @@ -112,9 +112,10 @@ margin-top: 2rem; } - #game-modes { - display: flex; + .button-container { + /** display: flex; */ align-content: center; + align-items: center; justify-content: center; width: 100%; gap: 1rem; @@ -122,8 +123,6 @@ #game-over-buttons { gap: 2rem; - align-items: center; - justify-content: center; } button { @@ -182,17 +181,23 @@ -