Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<head>
<style>
@page {
size: 8.5in 11in;
margin: 0;
}
body{
margin:0;
}
div{
/* 11in / 13in = 0.8461538 */
height: 200px;
width: 200px;
background: blue;
}
</style>
</head>
<body>
<div></div>
</body>