diff --git a/src/App.css b/src/App.css index 12df7b5..0a01657 100644 --- a/src/App.css +++ b/src/App.css @@ -17,6 +17,14 @@ color: #cdb4db; } +.footer { + position: fixed; + bottom: 0; + left: 0; + margin: 10px; + z-index: 1000; +} + .musicartist { font-weight: bolder; margin-bottom: .5em; @@ -310,6 +318,7 @@ margin-right: 1em; vertical-align: middle; } + .initialanim { animation: slide-left 1.5s; } diff --git a/src/App.tsx b/src/App.tsx index 3743972..f82885b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -131,6 +131,9 @@ function App() {