From 279a5329cf7642fed2d30e414667079ad8f664b5 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Mon, 11 May 2026 19:22:20 +0200 Subject: [PATCH] footer.css --- 404.php | 9 ++++----- css/footer.css | 21 +++++++++++++++++++++ includes/footer.php | 5 +++++ index.php | 9 ++++----- 4 files changed, 34 insertions(+), 10 deletions(-) create mode 100644 css/footer.css create mode 100644 includes/footer.php diff --git a/404.php b/404.php index 2df8c7f..470936f 100644 --- a/404.php +++ b/404.php @@ -13,6 +13,7 @@ + EduForge @@ -32,11 +33,9 @@

- + \ No newline at end of file diff --git a/css/footer.css b/css/footer.css new file mode 100644 index 0000000..14dd63d --- /dev/null +++ b/css/footer.css @@ -0,0 +1,21 @@ +/* Footer‑Grundlayout */ +footer { + position: fixed; + bottom: 0; + width: 100%; + background: #333d43; + text-align: center; + padding: 10px 0; +} + +footer a { + color: #333; + text-decoration: none; + margin: 0 12px; + transition: color 0.2s ease; /* Farbwechsel */ +} + +footer a:hover, +footer a:focus { + color: #0066cc; +} \ No newline at end of file diff --git a/includes/footer.php b/includes/footer.php new file mode 100644 index 0000000..2a84887 --- /dev/null +++ b/includes/footer.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/index.php b/index.php index fa06547..bf06359 100644 --- a/index.php +++ b/index.php @@ -13,6 +13,7 @@ + EduForge @@ -25,11 +26,9 @@ include_once 'content/home.php'; ?> - + \ No newline at end of file