From 4afa0591c3ac1f26fb39dd91b7f81836707e612a Mon Sep 17 00:00:00 2001 From: mikwee Date: Tue, 23 Nov 2021 13:46:15 +0200 Subject: [PATCH] Adding the footer --- src/App.css | 8 ++++++++ src/App.js | 1 + 2 files changed, 9 insertions(+) diff --git a/src/App.css b/src/App.css index 0c7b6f0..a5b7e93 100644 --- a/src/App.css +++ b/src/App.css @@ -23,4 +23,12 @@ align-items: flex-start; justify-content: center; margin-top: 3%; +} +footer { + margin-top: 1rem; + padding: 1rem; + position: fixed; + bottom: 0; + left: 0; + width: 100%; } \ No newline at end of file diff --git a/src/App.js b/src/App.js index 259b369..0b76b4c 100644 --- a/src/App.js +++ b/src/App.js @@ -48,6 +48,7 @@ function App() { return res; })} + ); }