1
Fork 0
lorchess.ru/assets/vendor/bootstrap/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css

40 lines
678 B
CSS
Raw Normal View History

2014-01-24 13:24:23 +04:00
/* Sticky footer styles
-------------------------------------------------- */
2014-04-17 22:36:17 +04:00
html {
position: relative;
2014-01-24 13:24:23 +04:00
min-height: 100%;
}
2014-04-17 22:36:17 +04:00
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
2014-01-24 13:24:23 +04:00
#footer {
2014-04-17 22:36:17 +04:00
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
2014-01-24 13:24:23 +04:00
height: 60px;
background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
2014-04-17 22:36:17 +04:00
body > .container {
2014-01-24 13:24:23 +04:00
padding: 60px 15px 0;
}
.container .text-muted {
margin: 20px 0;
}
#footer > .container {
padding-right: 15px;
2014-04-17 22:36:17 +04:00
padding-left: 15px;
2014-01-24 13:24:23 +04:00
}
code {
font-size: 80%;
}