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