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