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-07-01 19:19:50 +02:00

19 lines
261 B
CSS

footer {
background-color: #131313;
padding: 5px;
font-size: 8pt;
font-weight: normal;
background-color: transparent;
text-align: center;
}
.links {
color: #66667d;
padding: 5px;
padding-left: 2px;
}
.banner {
padding-top: 25px;
}