diff options
Diffstat (limited to 'app/static/css/styles.css')
-rw-r--r-- | app/static/css/styles.css | 21 |
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 |