This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/css/footer.css
2023-11-25 21:48:28 +01:00

29 lines
389 B
CSS

footer {
font-size: 8pt;
font-weight: normal;
background-color: transparent;
padding: 5px;
color: #f0eee4;
background-color: #363636;
text-align: center;
position: fixed;
bottom: 0px;
width: 100%;
}
footer .links {
color: #89bfff;
}
.links {
color: #66667d;
padding: 5px;
padding-left: 2px;
}
.banner {
padding-top: 25px;
}