CSS Reset - Basic


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}
  2.  
  3. table {border-collapse: collapse; border-spacing: 0;}
  4. caption, th, td {text-align: left; font-weight: normal;}
  5. form legend {display: none;}
  6. blockquote:before, blockquote:after, q:before, q:after {content: "";}
  7. blockquote, q {quotes: "" "";}
  8. ol, ul {list-style: none;}
  9. hr {display: none; visibility: hidden;}
  10.  
  11. :focus {outline: 0;}

Report this snippet


Comments


You need to login to view comments.