diff options
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; } |