blob: 8ece6c4b4f49855be1f1213d0e0cf05839fcd40c [file] [log] [blame]
<!DOCTYPE html>
<style>
#target {
width: 50px;
height: 50px;
background-color: green;
transform: translateX(500px);
}
</style>
<div id=target></div>