Guest User

Untitled

a guest
May 22nd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. /*
  2. Reset for HTML5
  3. By Eric Meyers
  4.  
  5. PURPOSE:
  6. Resets everything to zero for better browser compatibility
  7.  
  8. html, body, div, span, object, iframe,
  9. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  10. abbr, address, cite, code,
  11. del, dfn, em, img, ins, kbd, q, samp,
  12. small, strong, sub, sup, var,
  13. b, i,
  14. dl, dt, dd, ol, ul, li,
  15. fieldset, form, label, legend,
  16. table, caption, tbody, tfoot, thead, tr, th, td,
  17. article, aside, dialog, figure, footer, header,
  18. hgroup, menu, nav, section, menu,
  19. time, mark, audio, video
  20. margin: 0
  21. padding: 0
  22. border: 0
  23. outline: 0
  24. font-size: 100%
  25. vertical-align: baseline
  26. background: transparent
  27.  
  28. body
  29. line-height: 1
  30.  
  31.  
  32. article, aside, dialog, figure, footer, header,
  33. hgroup, nav, section
  34. display: block
  35.  
  36.  
  37. ul
  38. list-style: none
  39.  
  40.  
  41. blockquote, q
  42. quotes: none
  43.  
  44.  
  45. blockquote:before, blockquote:after,
  46. q:before, q:after
  47. content: ''
  48. content: none
  49.  
  50.  
  51. a
  52. margin: 0
  53. padding: 0
  54. border: 0
  55. font-size: 100%
  56. vertical-align: baseline
  57. background: transparent
  58.  
  59.  
  60. ins
  61. background-color: #ff9
  62. color: #000
  63. text-decoration: none
  64.  
  65.  
  66. mark
  67. background-color: #ff9
  68. color: #000
  69. font-style: italic
  70. font-weight: bold
  71.  
  72.  
  73. del
  74. text-decoration: line-through
  75.  
  76.  
  77. abbr[title], dfn[title]
  78. border-bottom: 1px dotted #000
  79. cursor: help
  80.  
  81.  
  82. table
  83. border-collapse: collapse
  84. border-spacing: 0
  85.  
  86.  
  87. hr
  88. display: block
  89. height: 1px
  90. border: 0
  91. border-top: 1px solid #cccccc
  92. margin: 1em 0
  93. padding: 0
  94.  
  95.  
  96. input, select
  97. vertical-align: middle
Add Comment
Please, Sign In to add comment