diff options
author | Andreas Widen <andreas@harmonicflow.org> | 2023-11-25 17:21:37 +0100 |
---|---|---|
committer | Andreas Widen <andreas@harmonicflow.org> | 2023-11-25 17:21:37 +0100 |
commit | 1b2b7c3eb939724696894f31ff27db97b0cac84c (patch) | |
tree | efb7b7746a628efb7bb99b2e44c9c2fbfd75b656 /static/base/css/footer.css | |
download | hf-web-1b2b7c3eb939724696894f31ff27db97b0cac84c.tar.xz hf-web-1b2b7c3eb939724696894f31ff27db97b0cac84c.zip |
Initial commit.
Signed-off-by: Andreas Widen <andreas@harmonicflow.org>
Diffstat (limited to 'static/base/css/footer.css')
-rw-r--r-- | static/base/css/footer.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |