Guest User

Untitled

a guest
May 25th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. h1,
  2. h2,
  3. h3,
  4. h4,
  5. h5,
  6. h6,
  7. p,
  8. ul,
  9. ol,
  10. li {
  11. margin: 0;
  12. padding: 0;
  13. }
  14.  
  15. ul,
  16. ol {
  17. list-style: none;
  18. }
  19.  
  20. textarea {
  21. resize: none;
  22. }
  23.  
  24. textarea,
  25. input,
  26. button {
  27. outline: none;
  28.  
  29. @include trans;
  30. }
  31.  
  32. html {
  33. box-sizing: border-box;
  34. }
  35.  
  36. *,
  37. *::before,
  38. *::after {
  39. box-sizing: inherit;
  40. }
  41.  
  42. address {
  43. font-style: normal;
  44. }
Add Comment
Please, Sign In to add comment