blob: 46a6c0a729debec33f7c8a9b1722f91e7e579a21 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
position: absolute;
width: 100px;
height: 100px;
background: green;
transform: translateX(50px);
}
</style>
<div></div>