CSS Resets

Always highly recommended to use CSS Resets, not even the best but the one which always works for me, not being so long and not "* { }" hack. This is the CSS reset I use.

html, body, div, h1, h2, h3, h4, h5, h6, ul, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
object, embed, a { outline:0 }
div { overflow:hidden; }
Share and Enjoy:
  • Digg
  • del.icio.us
  • StumbleUpon
  • Twitter
  • Tumblr

About this entry