From dcaa41c378bfa6c6988c994ec493176c5371eff7 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 13 Sep 2023 18:01:11 -0700 Subject: feat(html): load fade --- css/index.css | 2 ++ index.html | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 2c72ef7..833b404 100644 --- a/css/index.css +++ b/css/index.css @@ -10,6 +10,8 @@ body { padding: 0; margin: 0; font-size: 1vw; + opacity: 0; + transition: 0.5s; } .wrapper { diff --git a/index.html b/index.html index 2a3e523..901e3fa 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,11 @@
- +
-- cgit v1.2.3