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