We can initialize all the HTML properties to value zero. Put this piece of code in your CSS file.
* {
vertical-align: baseline;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: 0 none;
outline: 0;
padding: 0;
margin: 0;
}
body,html
{
margin:0px;
padding:0px;
color:#000;
background:#CCC;
background-image:url(../images/background.jpg);
}
No comments:
Post a Comment