styles.css (558B)
1 html { 2 position: relative; 3 min-height: 100%; 4 } 5 body { 6 margin-bottom: 60px; /* Margin bottom by footer height */ 7 background: #bd305c; 8 } 9 .footer { 10 position: absolute; 11 bottom: 0; 12 width: 100%; 13 height: 60px; /* Set the fixed height of the footer here */ 14 line-height: 60px; /* Vertically center the text there */ 15 background-color: #bd305c; 16 } 17 18 19 /* Custom page CSS 20 -------------------------------------------------- */ 21 /* Not required for template or sticky footer method. */ 22 23 .container { 24 width: auto; 25 max-width: 680px; 26 padding: 0 15px; 27 }