見かけるいろんなリセットCSS
*{
box-sizing:border-box;
}
ul{
list-style: none;
margin:0;
}
h1,h2,h3,h4,h5,h6,p,span,button{
margin:0;
padding:0;
font-weight:normal;
}
a{
color:inherit;
text-decoration:none;
}
body{
color:#555;
margin:0;
line-height:1.6;
}
しっかり目
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*, *:after, *:before {
box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockq