footer lfg
This commit is contained in:
parent
8037596a66
commit
5033df9648
2 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue