After reading this article I'm thinking to move eric meyer reset to global reset, would it be wise m

Posted by metal-gear-solid on Stack Overflow See other posts from Stack Overflow or by metal-gear-solid
Published on 2010-05-08T06:02:21Z Indexed on 2010/05/08 11:38 UTC
Read the original article Hit count: 321

Filed under:

After reading this article I'm thinking to change my css reset from eric meyer reset to global reset * {margin:0;padding:0}

or thinking to use like this only

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, textarea, p, blockquote,
th, td, a {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    vertical-align: baseline; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

li { list-style: none; }

© Stack Overflow or respective owner

Related posts about css