aboutsummaryrefslogtreecommitdiff
path: root/app/static/css
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-06-24 23:39:05 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-06-24 23:39:05 +0530
commite52c18a09cabd374093b06ef0f521767cd228ba6 (patch)
tree6548d357ba45e75334da8c225a0c6cd5f77f0850 /app/static/css
make it better
Diffstat (limited to 'app/static/css')
-rw-r--r--app/static/css/styles.css21
1 files changed, 21 insertions, 0 deletions
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