Guest User

Untitled

a guest
Jan 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. html {
  2. box-sizing: border-box;
  3. }
  4.  
  5. *, *:before, *:after {
  6. box-sizing: inherit;
  7. }
  8.  
  9. html,
  10. body,
  11. p,
  12. ol,
  13. ul,
  14. li,
  15. dl,
  16. dt,
  17. dd,
  18. blockquote,
  19. figure,
  20. fieldset,
  21. legend,
  22. textarea,
  23. pre,
  24. iframe,
  25. hr,
  26. h1,
  27. h2,
  28. h3,
  29. h4,
  30. h5,
  31. h6 {
  32. margin: 0;
  33. padding: 0;
  34. }
  35.  
  36. h1,
  37. h2,
  38. h3,
  39. h4,
  40. h5,
  41. h6,
  42. p {
  43. font-size: 100%;
  44. font-weight: normal;
  45. }
  46.  
  47. ul {
  48. list-style: none;
  49. }
  50.  
  51. button,
  52. input,
  53. select,
  54. textarea {
  55. margin: 0;
  56. }
  57.  
  58. img,
  59. embed,
  60. iframe,
  61. object,
  62. audio,
  63. video {
  64. height: auto;
  65. max-width: 100%;
  66. }
  67.  
  68. iframe {
  69. border: 0;
  70. }
  71.  
  72. table {
  73. border-collapse: collapse;
  74. border-spacing: 0;
  75. }
  76.  
  77. td,
  78. th {
  79. padding: 0;
  80. text-align: left;
  81. }
Add Comment
Please, Sign In to add comment