Add footer

This commit is contained in:
stefan080106
2022-05-15 19:41:31 +02:00
parent 95095c90da
commit 4d53b60480
4 changed files with 73 additions and 0 deletions

19
styles/Footer.module.scss Normal file
View File

@@ -0,0 +1,19 @@
.Footer {
height: 30px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
a {
padding: 0 1em;
transition: all 0.2s;
&:hover {
opacity: 0.8;
}
}
}