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

24 lines
372 B
CSS
Raw Normal View History

2022-11-23 10:58:43 +01:00
footer {
background-color: #131313;
text-align: center;
padding: 5px;
2023-03-09 20:11:08 +01:00
font-size: 8pt;
font-weight: normal;
background-color: transparent;
border-top: 1px solid #55559c;
border-image: linear-gradient(to left, #55559c, transparent) 1;
2022-11-23 10:58:43 +01:00
}
.column {
display: inline;
}
.links {
color: #66667d;
padding: 5px;
}
2023-06-11 23:48:34 +02:00
.banner {
padding-bottom: 50px;
}