Added a footer

This commit is contained in:
xemeds
2020-07-19 21:52:15 +00:00
parent 01d64e40bf
commit c229f4e0c3
2 changed files with 47 additions and 0 deletions
+35
View File
@@ -83,3 +83,38 @@ body {
padding: 0;
margin: 3% 0 -2vh 0;
}
.page-container {
position: relative;
min-height: 100vh;
}
.content-wrap {
padding-bottom: 2.5rem;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 2.5rem;
margin-bottom: 5vh;
}
.footer-list {
list-style: none;
text-align: center;
}
.footer-list li {
color: #ffffff;
}
.footer-list li a:link {
color: #bb86fc;
text-decoration: none;
}
.footer-list li a:hover {
color: #7b59a5;
}