Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.86 KB | None | 0 0
  1.  
  2. html, body, div, span, applet, object, iframe,
  3. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  4. a, abbr, acronym, address, big, cite, code,
  5. del, dfn, em, font, img, ins, kbd, q, s, samp,
  6. small, strike, strong, sub, sup, tt, var,
  7. b, u, i, center,
  8. dl, dt, dd, ol, ul, li,
  9. fieldset, form, label, legend,
  10. table, caption, tbody, tfoot, thead, tr, th, td {
  11.     background: transparent;
  12.     border: 0;
  13.     margin: 0;
  14.     padding: 0;
  15.     vertical-align: baseline;
  16. }
  17. body {
  18.     line-height: 1;
  19. }
  20. h1, h2, h3, h4, h5, h6 {
  21.     clear: both;
  22.     font-weight: normal;
  23. }
  24. ol, ul {
  25.     list-style: none;
  26. }
  27. blockquote {
  28.     quotes: none;
  29. }
  30. blockquote:before, blockquote:after {
  31.     content: '';
  32.     content: none;
  33. }
  34. del {
  35.     text-decoration: line-through;
  36. }
  37. /* tables still need 'cellspacing="0"' in the markup */
  38. table {
  39.     border-collapse: collapse;
  40.     border-spacing: 0;
  41. }
  42. a img {
  43.     border: none;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement