Files
WebDB/website/styles/footer.css
Lars van Hijfte 8761c89f75 Added a footer.
This also sets the default height of the page to 100% so that the footer is always on the bottom
2017-01-11 13:07:52 +01:00

13 lines
160 B
CSS

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