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

19 lines
261 B
CSS
Raw Normal View History

2022-11-23 10:58:43 +01:00
footer {
background-color: #131313;
padding: 5px;
2023-03-09 20:11:08 +01:00
font-size: 8pt;
font-weight: normal;
background-color: transparent;
2023-07-01 19:19:50 +02:00
text-align: center;
2022-11-23 10:58:43 +01:00
}
.links {
color: #66667d;
padding: 5px;
2023-07-01 19:19:50 +02:00
padding-left: 2px;
}
2023-06-11 23:48:34 +02:00
.banner {
2023-07-01 19:19:50 +02:00
padding-top: 25px;
2023-06-11 23:48:34 +02:00
}