Skip to content

Instantly share code, notes, and snippets.

@mapiondev
Created June 16, 2010 05:11
Show Gist options
  • Save mapiondev/440193 to your computer and use it in GitHub Desktop.
Save mapiondev/440193 to your computer and use it in GitHub Desktop.
[css] ブラウザの差異をなくすためのリセットcss
/* CSS Mini Reset */
/* see http://www.vcarrer.com/2010/05/css-mini-reset.html */
html, body, div, form, fieldset, legend, label
{
margin: 0;
padding: 0;
}
table
{
border-collapse: collapse;
border-spacing: 0;
}
th, td
{
text-align: left;
vertical-align: top;
}
h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }
img { border: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment