summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
}