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