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