blob: 42450de12b650412c39ae57117578aa0b806e1e4 [file] [log] [blame]
<body>
<style>
div {
position: absolute;
left: 150px;
top: 150px;
height: 100px;
width: 100px;
background-color: black;
transform: scale(2);
}
</style>
<div></div>
</body>