From 95c945399812e387fbe0b3a6ad848c04f2a875bd Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 7 Oct 2022 01:14:25 +0200 Subject: [PATCH] style footer --- src/public/styles/style.css | 10 ++++++++++ src/templates/index.html | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/public/styles/style.css b/src/public/styles/style.css index 30273c8..77280c4 100644 --- a/src/public/styles/style.css +++ b/src/public/styles/style.css @@ -64,3 +64,13 @@ main { border-radius: 8px; box-shadow: 0 4px 30px 0 var(--shadow), 0 4px 30px 0 var(--shadow); } + +footer { + opacity: 0.8; + letter-spacing: 0.2rem; +} + +footer > hr { + visibility: hidden; + margin: 2rem auto; +} diff --git a/src/templates/index.html b/src/templates/index.html index 972e86d..e431f94 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -18,6 +18,9 @@

placeholder-main

- +