From a747b3bc7fbcb872014d11c4a8fce34c5d7c5cfe Mon Sep 17 00:00:00 2001 From: lukaszett Date: Wed, 29 Jun 2022 19:43:57 +0200 Subject: [PATCH] add imprint --- web/index.html | 6 +++++- web/styles.css | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index 735796f..877ebac 100644 --- a/web/index.html +++ b/web/index.html @@ -94,4 +94,8 @@ - \ No newline at end of file + + + diff --git a/web/styles.css b/web/styles.css index 3385414..dbfe2c3 100644 --- a/web/styles.css +++ b/web/styles.css @@ -7,6 +7,10 @@ html { scroll-behavior: smooth; } +footer { + text-align: center; +} + a { outline: none !important; font-weight: bold; @@ -199,4 +203,4 @@ nav ul li a:hover { #text h3 { text-align: center; -} \ No newline at end of file +}