blob: 79d94d7603571caf0fcae3b5bb0b2532fa689c18 [file] [log] [blame]
<style>
.box {
background-color: green;
width: 40px;
height: 30px;
left: 1px;
top: 6px;
position: absolute;
transform: translateZ(0);
}
body {
margin: 0px;
}
</style>
<div class="box">
</div>