From 4d553d32e8177984b2c16d26e4b0d738290a0de7 Mon Sep 17 00:00:00 2001 From: gocivici Date: Tue, 4 Oct 2022 15:07:57 +0300 Subject: [PATCH] experimenting with footer --- index.html | 6 +++--- style.css | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 993bd44..432d92a 100644 --- a/index.html +++ b/index.html @@ -261,14 +261,14 @@ - - --> + diff --git a/style.css b/style.css index 4b8d2cb..58a52d6 100644 --- a/style.css +++ b/style.css @@ -349,9 +349,11 @@ h3 { font-family: 'Arial', sans-serif; font-size: 12px; position: relative; - bottom: 10px; + margin-top: 50px; + bottom: 0; left: 0; right: 0; + /* top:50px; */ width: 100%; text-align: center; margin: auto;