17 lines
185 B
HTML
17 lines
185 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
width: 0.5in;
|
|
height: 0.5in;
|
|
background-color: blue;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
}
|
|
@page {
|
|
size: 10in;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div></div>
|
|
</body>
|