twbs--bootstrap/docs/examples/sticky-footer/sticky-footer.css

33 lines
602 B
CSS
Raw Normal View History

/* Sticky footer styles
-------------------------------------------------- */
2014-02-04 12:56:42 +00:00
html {
position: relative;
2014-01-31 12:20:33 +00:00
min-height: 100%;
}
2014-02-04 12:56:42 +00:00
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
2014-02-27 09:15:53 +00:00
.footer {
2014-02-04 12:56:42 +00:00
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
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;
}