Added a footer.

This also sets the default height of the page to 100% so that the footer is always on the bottom
This commit is contained in:
Lars van Hijfte
2017-01-11 13:07:52 +01:00
parent fc0b801d7d
commit 8761c89f75
3 changed files with 20 additions and 1 deletions

12
website/styles/footer.css Normal file
View File

@@ -0,0 +1,12 @@
footer {
width: calc(100% - 256px);
margin-left: 256px;
background-color: rgba(0,0,0,0.4);
}
footer p {
padding: 5px;
font-size: 14px;
}