ClickStart logo CSS to the point

Setting page margins

You can use the margin properties to set the page margins in print.

Code

body {
margin-top: 1in;
margin-right: .25in;
margin-bottom: 1in;
margin-left: .25in;
}

Example

Click here to see an example.