Added footer with GitHub link

This commit is contained in:
Florian Sylvain
2022-01-09 22:14:25 +01:00
parent d3c43fe577
commit 693debefbe
2 changed files with 34 additions and 1 deletions
+28
View File
@@ -15,6 +15,7 @@
}
body {
position: relative;
display: flex;
flex-direction: column;
margin: 0;
@@ -27,6 +28,33 @@ header {
height: 75px;
}
footer {
display: flex;
justify-content: right;
padding: 25px;
align-items: center;
gap: 10px;
position: relative;
bottom: 0;
width: 100%;
z-index: 10;
height: 75px;
background: #464646;
}
footer a {
color: white;
text-decoration: none;
font-size: inherit;
font-family: inherit;
text-align: center;
}
footer svg {
fill: white;
}
#title a {
text-decoration: none;
color: inherit;