diff --git a/homepage/home_static/style.css b/homepage/home_static/style.css index 3fea4534e..fe6c6148c 100644 --- a/homepage/home_static/style.css +++ b/homepage/home_static/style.css @@ -1,3 +1,15 @@ +body { + animation: 2s ease-out 0s 1 FadeIn; +} +@keyframes FadeIn { + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } +} + body { --bs-body-font-size: 18px; --bs-border-radius: 0.5rem;