flow-web/static/css/footer.css
Andreas Widen a4a5c7daa5
Initial commit.
Signed-off-by: Andreas Widen <aw@luflow.net>
2026-07-27 17:57:03 +02:00

10 lines
195 B
CSS

/* luflow.net web site */
/* Public domain 2025. All rights waived */
footer {
background-color: #333;
color: #e6e6e6;
font-size: 0.8em;
padding: 20px;
text-align: center;
}