diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-07-19 15:19:26 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-07-19 15:19:26 -0400 |
| commit | 9af0c928eac7971c3e4e3a3485ee2d4f20a2f790 (patch) | |
| tree | 7b6be8c3c0c78ec4739850e58937467e172708dd /style.css | |
| parent | b9909fc19efb4874a2fb43d8603809a18995a781 (diff) | |
Progression after reveal
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -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; } |