Posts: 34
Name: Dima
Location: Toronto, Canada
|
Before I start any site I do this to force browsers to work the same way, it helped me hope it will help u
body, div, span, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, button, p, blockquote, td, iframe {
margin: 0px;
padding: 0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-style: normal;
font-weight: normal;
font-size: 100%;
}
|