Himas Rafeek
Posted on: 2 years ago
CSS

Simplified reset

stripped down css sheet


                                          /* null margins and padding to give good cross-browser baseline */html, body, address, blockquote, div, form, fieldset, caption, h1, h2, h3, h4, h5, h6, hr, ul, li, ol, ul, table, tr, td, th, p, img {
    margin: 0;
    padding: 0;
}
 img, fieldset {
    border: none;
}
 *:focus {
    outline: none;
}