diff --git a/website/index.html b/website/index.html index d8955ea..4ca704c 100644 --- a/website/index.html +++ b/website/index.html @@ -53,10 +53,12 @@ .freakybob { animation: pop-in .6s ease-out forwards; text-align: center; - padding: 50px; + padding-top: 50px; + padding-bottom: none; } .github { + padding: 20px; height: 2%; width: 2%; animation: pop-in .6s ease-out forwards; @@ -67,12 +69,17 @@ display:block; } -.credits { +.music { + animation: pop-in .6s ease-out forwards; transition-duration: 1s; transition-property: color; transition-timing-function: ease; + padding: 25px; } +.music { + text-align: center; +} .credits:hover { color: orange; } @@ -97,7 +104,7 @@
-