Skip to content

Commit 378e28a

Browse files
committed
remove fade-in animation from body styles
1 parent 995a698 commit 378e28a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

style.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,9 @@ body {
1919
align-items: center;
2020
min-height: 100vh;
2121
margin: 0;
22-
opacity: 0;
23-
animation: fadeIn 1s ease-in-out forwards;
2422
text-align: center;
2523
}
2624

27-
@keyframes fadeIn {
28-
from { opacity: 0; }
29-
to { opacity: 1; }
30-
}
31-
3225
.main-header {
3326
margin-bottom: 3rem;
3427
}

0 commit comments

Comments
 (0)