From 453d94c0c4527f0ce7953374716be5f75358260f Mon Sep 17 00:00:00 2001 From: nomaakip <128547338+Nomaakip@users.noreply.github.com> Date: Sat, 19 Oct 2024 22:33:33 +0200 Subject: [PATCH] Update index.html --- website/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/index.html b/website/index.html index 920d72b..7e41ae1 100644 --- a/website/index.html +++ b/website/index.html @@ -17,8 +17,8 @@ } img { - margin-left: 35%; - padding: 50px 0px; + margin-left: 35%; + padding: 50px 0px; display: block; animation: pop-in .6s ease-out forwards; width: 70%; @@ -40,6 +40,7 @@ transition-property: background-color; transition-duration: 750ms; text-decoration: none; + animation: pop-in .6s ease-out forwards; } .download:hover { @@ -49,6 +50,7 @@ footer { text-align: center; padding: 50px; + animation: pop-in .6s ease-out forwards; } /* fire animations (im learning how to make animations rn) */