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