footer lfg

This commit is contained in:
amy 2024-08-07 09:25:55 +03:30
parent 8037596a66
commit 5033df9648
2 changed files with 8 additions and 3 deletions

View file

@ -9,10 +9,14 @@
background-color: #121212; background-color: #121212;
font-family: monospace; font-family: monospace;
overflow-x: hidden; overflow-x: hidden;
color: pink; color: #ffc8dd;
} }
.footer a {
color: #cdb4db;
}
.musicartist { .musicartist {
font-weight: bolder; font-weight: bolder;
margin-bottom: .5em; margin-bottom: .5em;

View file

@ -134,6 +134,7 @@ function App() {
</div> </div>
</div> </div>
</Music> </Music>
<div class='footer'> made with by echo. <a href="https://git.gay/exhq/v2.exhq.dev">this website is opensource</a></div>
</> </>
) )
} }