Source code

Revision control

Copy as Markdown

Other Tools

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