Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +6 -0
static/style.css
CHANGED
@@ -15,6 +15,12 @@ body {
|
|
15 |
padding: 20px;
|
16 |
text-align: center;
|
17 |
width: 300px;
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
}
|
19 |
|
20 |
.content {
|
|
|
15 |
padding: 20px;
|
16 |
text-align: center;
|
17 |
width: 300px;
|
18 |
+
opacity: 1;
|
19 |
+
transition: opacity 0.5s ease-in-out;
|
20 |
+
}
|
21 |
+
|
22 |
+
.flashcard.fade-out {
|
23 |
+
opacity: 0;
|
24 |
}
|
25 |
|
26 |
.content {
|