mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-05-09 20:05:20 -04:00
feat: add favicon and footer
This commit is contained in:
parent
c95b6039ba
commit
42e9f92143
4 changed files with 23 additions and 5 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue