From eae48d5551be610e1b41fe2e032b98b2c657078c Mon Sep 17 00:00:00 2001 From: Rauulll Date: Thu, 14 Mar 2024 07:52:45 +0300 Subject: [PATCH] Adding footer --- src/index.html | 3 +++ src/styles.css | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/src/index.html b/src/index.html index 6f89b25..6906129 100644 --- a/src/index.html +++ b/src/index.html @@ -16,5 +16,8 @@
Header
+ \ No newline at end of file diff --git a/src/styles.css b/src/styles.css index b3f5530..4a81f3f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -9,4 +9,12 @@ body { justify-content: center; align-items: center; border-bottom: 1px solid black; +} + +.footer { + height: 50px; + display: flex; + justify-content: center; + align-items: center; + border-top: 1px solid black; } \ No newline at end of file