style.css 303 B

1234567891011121314151617181920212223242526
  1. body {margin: 10px 0px}
  2. .nav {
  3. margin-bottom: 10px;
  4. }
  5. .height-400{
  6. height:400px
  7. }
  8. .footer
  9. {
  10. margin: 8px auto 0 auto;
  11. width: 100%;
  12. position: absolute;
  13. bottom: 0;
  14. left: 0;
  15. overflow: hidden;
  16. padding-bottom: 8px;
  17. word-spacing: 3px;
  18. color:#666;
  19. }
  20. .footer > a
  21. {
  22. font-size:bold;
  23. color:#333;
  24. }