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