blob: fc26d44a1e07576a7e0d006631026ab1af64e2c9 [file] [log] [blame]
<style>
#target {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100px;
background-color: black;
transform: translateX(250px) scale(1.5) translateY(100px);
}
</style>
<div id="target"></div>