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; }
About this entry
You’re currently reading “ CSS Resets ,” an entry on $blog->myself(“tom”);
- Published:
- 10.4.09 / 6pm
- Category:
- Web developing
No comments
Jump to comment form | comments rss [?] | trackback uri [?]