From e52c18a09cabd374093b06ef0f521767cd228ba6 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 24 Jun 2020 23:39:05 +0530 Subject: make it better --- app/static/css/styles.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/static/css/styles.css (limited to 'app/static/css') diff --git a/app/static/css/styles.css b/app/static/css/styles.css new file mode 100644 index 0000000..76f93ca --- /dev/null +++ b/app/static/css/styles.css @@ -0,0 +1,21 @@ +:root { + +} + +html { + position: relative; + min-height: 100%; +} + +body { + margin-bottom: 60px; /* Margin bottom by footer height */ +} + +footer { + position: absolute; + bottom: 0; + width: 100%; + height: 60px; + line-height: 60px; + background-color: #f5f5f5; +} \ No newline at end of file -- cgit v1.2.3