blob: bba4c6e96fe6ab842a4afbf03b0e30183ec0e6d4 (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<head>
</head>
<body>
<div style="transform: translate(25px, 25px); position:relative; top:25px; left:25px;">
<div style="background-color: green; width: 20px; height: 20px">
</div>
</body>
</html>
|