Development

Reset CSS

概要

E-riverstyle Designで使っているReset CSSです。

Source Code

html, body, div, fieldset, legend, label{
    margin: 0;
    padding: 0; 
}

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

th{
    text-align: left;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, caption {
    font-weight: normal;
}

fieldset, img {
    border: 0;
}