index.css 208 B

1234567891011121314151617181920212223242526
  1. body {
  2. padding-top: 20px;
  3. padding-bottom: 20px;
  4. }
  5. .span4,
  6. h1,
  7. h4 {
  8. text-align: center;
  9. }
  10. h1 {
  11. font-size: 4em;
  12. }
  13. h4 {
  14. font-weight: 200;
  15. }
  16. h1 {
  17. margin-bottom: 20px;
  18. }
  19. h3 {
  20. margin-top: 20px;
  21. }