summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2025-07-19 15:19:26 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2025-07-19 15:19:26 -0400
commit9af0c928eac7971c3e4e3a3485ee2d4f20a2f790 (patch)
tree7b6be8c3c0c78ec4739850e58937467e172708dd /style.css
parentb9909fc19efb4874a2fb43d8603809a18995a781 (diff)
Progression after reveal
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 5 insertions, 11 deletions
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;
}