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