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

33 lines
602 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. */
.container {
width: auto;
max-width: 680px;
padding: 0 15px;
}
.container .text-muted {
margin: 20px 0;
}