diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-13 16:28:18 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-15 19:45:40 +0300 |
| commit | 07d1955cefc093ffb12002902ed45e963030746e (patch) | |
| tree | 8833eca2dc2ef07891aa8eb66daf7ad90f2ab0ce /res/css/sticky-footer-navbar.css | |
Initial commit
Diffstat (limited to 'res/css/sticky-footer-navbar.css')
| -rw-r--r-- | res/css/sticky-footer-navbar.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/res/css/sticky-footer-navbar.css b/res/css/sticky-footer-navbar.css new file mode 100644 index 0000000..249aa42 --- /dev/null +++ b/res/css/sticky-footer-navbar.css @@ -0,0 +1,26 @@ +html, +body { + height: 100%; + /* The html and body elements cannot have any padding or margin. */ +} + +/* Wrapper for page content to push down footer */ +#wrap { + min-height: 100%; + height: auto; + /* Negative indent footer by its height */ + margin: 0 auto -60px; + /* Pad bottom by footer height */ + padding: 0 0 60px; +} + +/* Set the fixed height of the footer here */ +#footer { + min-height: 60px; + background-color: #f5f5f5; +} + +.container .credit { + margin: 20px 0; + text-align: center; +} |
