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

29 lines
389 B
CSS
Raw Normal View History

2022-11-23 10:58:43 +01:00
footer {
2023-11-25 21:48:28 +01:00
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;
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
}