Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<head>
<style>
@page {
size: 10in 22in;
margin: 0;
}
body{
margin:0;
}
div{
width: 2in;
height: 2in;
background: blue;
margin-left: 4in;
}
</style>
</head>
<body>
<div></div>
</body>