From 1b2b7c3eb939724696894f31ff27db97b0cac84c Mon Sep 17 00:00:00 2001 From: Andreas Widen Date: Sat, 25 Nov 2023 17:21:37 +0100 Subject: Initial commit. Signed-off-by: Andreas Widen --- static/base/css/footer.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 static/base/css/footer.css (limited to 'static/base/css/footer.css') diff --git a/static/base/css/footer.css b/static/base/css/footer.css new file mode 100644 index 0000000..2ed3806 --- /dev/null +++ b/static/base/css/footer.css @@ -0,0 +1,14 @@ +/* Harmonic Flow web site */ +/* Public domain 2017. All rights waived */ + +footer { + background-color: #333; + color: white; + font-size: 0.8em; + padding: 20px; + text-align: center; +} + +.metta { + color: #F4BB15; +} -- cgit v1.2.3-54-g00ecf