1234567891011121314151617181920212223242526272829303132 |
- html {
- position: relative;
- min-height: 100%;
- }
- body {
-
- margin-bottom: 60px;
- }
- .footer {
- position: absolute;
- bottom: 0;
- width: 100%;
-
- height: 60px;
- line-height: 60px;
- }
- body > .container {
- padding: 40px 15px 0;
- }
- .footer > .container {
- padding-right: 15px;
- padding-left: 15px;
- }
|