blob: 09378a0f4aeac08541b577693d54696344f724dc (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<head>
</head>
<body>
<div style="transform: translate(50px) translate(-100px) translate(150px) translate(-50px) translate(0px, 50px);">
<div style="background-color: green; width: 20px; height: 20px">
</div>
</body>
</html>
|