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