diff options
| author | horus | 2018-02-07 18:31:07 +0100 |
|---|---|---|
| committer | horus | 2018-02-07 18:31:07 +0100 |
| commit | a7fa88733decee72291bc06f7395738a07b10555 (patch) | |
| tree | 2a55f49944bf2b479fd5fd6c84ba1f6a405d9db9 /site/public/css/sticky-footer-navbar.css | |
| parent | 817690b4614413d7e97208b1d6e899b9fccb6f83 (diff) | |
| download | alkobote-a7fa88733decee72291bc06f7395738a07b10555.tar.gz | |
Adds boostrap css and js.
Diffstat (limited to 'site/public/css/sticky-footer-navbar.css')
| -rw-r--r-- | site/public/css/sticky-footer-navbar.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/site/public/css/sticky-footer-navbar.css b/site/public/css/sticky-footer-navbar.css new file mode 100644 index 0000000..07fd56a --- /dev/null +++ b/site/public/css/sticky-footer-navbar.css @@ -0,0 +1,37 @@ +/* Sticky footer styles +-------------------------------------------------- */ +html { + position: relative; + min-height: 100%; +} +body { + /* Margin bottom by footer height */ + margin-bottom: 60px; +} +.footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 60px; + line-height: 60px; /* Vertically center the text there */ + background-color: #f5f5f5; +} + + +/* Custom page CSS +-------------------------------------------------- */ +/* Not required for template or sticky footer method. */ + +body > .container { + padding: 60px 15px 0; +} + +.footer > .container { + padding-right: 15px; + padding-left: 15px; +} + +code { + font-size: 80%; +} |
