Files
asciidisco.com/css/components/footer.css
2023-08-01 13:49:46 +02:00

13 lines
253 B
CSS

footer {
display: flex;
justify-content: center;
background-color: #212121;
color: #fff;
font-size: 12px}
footer > a {
padding: 0 7px 0 7px;
color: #fff;
font-size: 12px}
footer > a:last-child {padding-right: 0}