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