main.css 273 B

123456789101112131415
  1. html,
  2. body {
  3. height: 100%;
  4. width: 100%;
  5. padding: 0;
  6. margin: 0;
  7. }
  8. body {
  9. background: #fafafa;
  10. font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  11. color: #333;
  12. -webkit-font-smoothing: antialiased;
  13. overflow-x: hidden;
  14. }