From 1eba2946df41c688ea68da56b23feb8dee398239 Mon Sep 17 00:00:00 2001 From: Pascal Date: Fri, 13 Jun 2025 16:32:58 +0200 Subject: [PATCH] =?UTF-8?q?Footer=20auf=20index=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- footer.css | 10 ++++++++++ index.html | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 footer.css diff --git a/footer.css b/footer.css new file mode 100644 index 0000000..f040437 --- /dev/null +++ b/footer.css @@ -0,0 +1,10 @@ +footer { + background-repeat: repeat; + background-size: contain; + background-blend-mode: multiply; + } + + footer table td { + vertical-align: middle; + } + \ No newline at end of file diff --git a/index.html b/index.html index 3e14b77..ed6c90d 100755 --- a/index.html +++ b/index.html @@ -94,6 +94,41 @@ + +