main.css 403 B

12345678910111213141516171819202122
  1. body {
  2. background: #fafafa;
  3. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  4. color: #333;
  5. }
  6. .hero-unit {
  7. margin: 50px auto 0 auto;
  8. width: 300px;
  9. font-size: 18px;
  10. font-weight: 200;
  11. line-height: 30px;
  12. background-color: #eee;
  13. border-radius: 6px;
  14. padding: 60px;
  15. }
  16. .hero-unit h1 {
  17. font-size: 60px;
  18. line-height: 1;
  19. letter-spacing: -1px;
  20. }