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