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