style.css 247 B

123456789101112131415161718192021
  1. body {margin: 10px 0px}
  2. .nav {
  3. margin-bottom: 10px;
  4. }
  5. .height-400{
  6. height:400px
  7. }
  8. .footer {
  9. margin: 8px auto 0 auto;
  10. padding-bottom: 8px;
  11. color: #666;
  12. font-size: 12px;
  13. text-align: center;
  14. }
  15. .footer > a
  16. {
  17. font-size:bold;
  18. color:#333;
  19. }