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) */