Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<head>
<style>
@page {
size: A4;
margin: 0;
}
body{
margin:0;
}
div{
height: 200px;
width: 200px;
background: blue;
margin: auto;
}
</style>
</head>
<body>
<div></div>
</body>