Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. /* Reset */
  2. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
  3. cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
  4. dt, dd, ol, ul, li, fieldset, form, label, legend, 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. background: transparent;
  11. font: 100% Verdana, Geneva, sans-serif;
  12. text-decoration: none;
  13. }
  14. blockquote, q {
  15. quotes: none;
  16. }
  17. blockquote:before, blockquote:after, q:before, q:after {
  18. content: '';
  19. content: none;
  20. }
  21. ins {
  22. text-decoration: none;
  23. }
  24. del {
  25. text-decoration: line-through;
  26. }
  27. table {
  28. border-collapse: collapse;
  29. border-spacing: 0;
  30. }
  31. strong {
  32. font-weight: bold;
  33. }
  34. /* END Reset */
  35.  
  36. /* Clearfix */
  37. .clearfix:before,
  38. .clearfix:after{
  39. content: "";
  40. display: block;
  41. }
  42. .clearfix:after {clear:both;}
  43. .left{float: left;}
  44. .right{float: right;}
  45. /* END Clearfix */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement