<!DOCTYPE html>
<style>
body {
zoom: 2;
margin: 0;
}
div {
position: absolute;
top: 0;
left: 10px;
width: 80px;
height: 100px;
background-color: green;
}
</style>
<div></div>
<!DOCTYPE html>
<style>
body {
zoom: 2;
margin: 0;
}
div {
position: absolute;
top: 0;
left: 10px;
width: 80px;
height: 100px;
background-color: green;
}
</style>
<div></div>