Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. }
  6. html,
  7. body {
  8. background-color: #fff;
  9. color: #555;
  10. font-family: "Lato", "Arial", sans-serif; /* replace Lato with your font */
  11. font-weight: 400;
  12. font-size: 62.5%;
  13. line-height: 1.7;
  14. text-rendering: optimizeLegibility;
  15. overflow-x: hidden;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement