From 2423e591f18beb39fae67440d0a006d240456048 Mon Sep 17 00:00:00 2001 From: Samuel Breznjak Date: Fri, 24 Jan 2025 13:13:03 +0100 Subject: added footer --- index.html | 4 ++++ src/index.css | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/index.html b/index.html index 7b8726b..a84d745 100644 --- a/index.html +++ b/index.html @@ -500,6 +500,10 @@ + + diff --git a/src/index.css b/src/index.css index 45b5145..8871564 100644 --- a/src/index.css +++ b/src/index.css @@ -100,6 +100,14 @@ main { } } +footer { + text-align: center; + + a { + color: #dedfd6; + } +} + @media (max-width: 400px) { body { padding: 20px; -- cgit v1.2.3