feat: add favicon and footer

This commit is contained in:
Smigz 2023-10-12 21:41:17 -04:00
parent c95b6039ba
commit 42e9f92143
4 changed files with 23 additions and 5 deletions

View file

@ -63,6 +63,13 @@
background-color: #FF6D60;
}
.footer {
margin-top: 30px;
}
.footer a {
text-decoration: none;
}
body {
display: flex;
justify-content: center;
@ -73,4 +80,5 @@ body {
margin-top: 80px;
padding: 10px;
background-color: #F0ECE2;
flex-direction: column;
}