| 1234567891011121314151617181920212223242526 |
- body {margin: 10px 0px}
- .nav {
- margin-bottom: 10px;
- }
- .height-400{
- height:400px
- }
- .footer
- {
- margin: 8px auto 0 auto;
- width: 100%;
- position: absolute;
- bottom: 0;
- left: 0;
- overflow: hidden;
- padding-bottom: 8px;
- word-spacing: 3px;
- color:#666;
- }
- .footer > a
- {
- font-size:bold;
- color:#333;
- }
|