Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. *,
  2. *:before,
  3. *:after {
  4. box-sizing: border-box;
  5. }
  6.  
  7. body {
  8. font-size: 18px;
  9. line-height: 1.5;
  10. font-family: -apple-system, sans-serif;
  11. /*
  12. font: 18px/1.5 Georgia, serif;
  13. */
  14. font-kerning: normal;
  15. text-rendering: optimizeLegibility;
  16. color: #333;
  17. max-width: 45em;
  18. margin: 2em auto;
  19. padding: 1em;
  20. overflow-x: hidden;
  21. }
  22.  
  23. h1, h2, h3, h4, h5, h6 {
  24. font-weight: normal;
  25. }
  26.  
  27. p {
  28. max-width: 33em;
  29. }
  30.  
  31. a {
  32. color: royalblue;
  33. }
  34.  
  35. img {
  36. width: 100%;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement