From a21f15504ee8edbdb89b8ab6c759b8f1f4822caa Mon Sep 17 00:00:00 2001 From: cgcristi Date: Sun, 8 Sep 2024 13:14:40 +0200 Subject: [PATCH] Update templates/index.html --- templates/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/templates/index.html b/templates/index.html index fbea704..10ac3cd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -74,6 +74,35 @@ margin-top: 20px; color: #f5f5f5; } + + +.footer { + background-color: #2c2f33; + color: #99aab5; + padding: 10px 0; + position: fixed; + bottom: 0; + width: 100%; + text-align: center; + font-size: 14px; +} + +.footer a { + color: #61afef; + text-decoration: none; +} + +.footer a:hover { + text-decoration: underline; +} + +.footer .container { + max-width: 1200px; + margin: 0 auto; + padding: 0 15px; +} + +