From 9af0c928eac7971c3e4e3a3485ee2d4f20a2f790 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sat, 19 Jul 2025 15:19:26 -0400 Subject: Progression after reveal --- style.css | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index bb2a135..38c4c42 100644 --- a/style.css +++ b/style.css @@ -8,8 +8,8 @@ body { font-family: Arial, sans-serif; } -.button-container { - display: flex; +#button-container { + display: none; justify-content: center; gap: 1rem; padding: 1rem; @@ -72,16 +72,10 @@ body { } #flashcard { + display: none; padding: 16px; background: #fff; border-radius: 4px; - filter: drop-shadow(5px 5px 10px gray); - box-shadow: 5px 5px 10px gray; -} - -#flashcard-front { - display: block; -} -#flashcard-back { - display: none; + filter: drop-shadow(2px 2px 5px gray); + box-shadow: 2px 2px 5px gray; } -- cgit v1.3