main.less 259 B

12345678910111213141516171819
  1. body{
  2. font-family: "Helvetica";
  3. text-align: center;
  4. padding: 50px 20px 0;
  5. background: #f4f4f7;
  6. color: #444;
  7. margin: 0;
  8. }
  9. h1{
  10. font-size: 65px;
  11. line-height: 1.2em;
  12. border-bottom: #CCC solid 1px;
  13. padding: 20px 0;
  14. }
  15. h3{
  16. font-weight: 300;
  17. }