heeeeeeeeeeelp
heeeeeeeeeeelp
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- unfittoprint0
change this:
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}to this:
body,html {
margin:0px;
padding:0px;
height:100%;
}