From 53ae35246262905ea27c5c6dc5986707f9fa8651 Mon Sep 17 00:00:00 2001 From: Kweku Bright Date: Wed, 22 Jun 2022 07:25:33 +0100 Subject: [PATCH] add footer --- src/index.html | 5 +++++ src/styles/index.css | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/src/index.html b/src/index.html index a56843a..bde1e82 100644 --- a/src/index.html +++ b/src/index.html @@ -21,6 +21,11 @@
+ diff --git a/src/styles/index.css b/src/styles/index.css index 5d3349c..9139183 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -330,3 +330,11 @@ a { .likes i:hover { cursor: pointer; } + +/* Footer */ +.footer-wrapper { + padding: 20px; + border-top: 1px solid #e6e6e6; + margin-top: 50px; + background-color: #e6e6e6; +}