style.css 221 B

123456789101112131415161718192021
  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. padding-bottom: 8px;
  13. color:#666;
  14. }
  15. .footer > a
  16. {
  17. font-size:bold;
  18. color:#333;
  19. }