Advertisement
ghostlines

reset.css

Apr 12th, 2011
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. html, body, div, span, object, iframe, h1, h2, h3, h4, h5,
  2. h6, p, blockquote, pre, a, code, del, em, font, img, small,
  3. strike, strong, dl, dt, dd, ol, ul, li, fieldset, form,
  4. label, table, caption, tbody, tfoot, thead, tr, th, td {
  5. margin: 0;
  6. padding: 0;
  7. border: 0;
  8. outline: 0;
  9. font-size: 100%;
  10. vertical-align: baseline;
  11. background: transparent;
  12. }
  13.  
  14. body {
  15. line-height: 1;
  16. }
  17. ol, ul {
  18. list-style: none;
  19. }
  20. blockquote, q {
  21. quotes: none;
  22. }
  23. blockquote:before, blockquote:after, q:before, q:after {
  24. content: ‘’;
  25. content: none;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement