blob: 7e6f1dead1003da7cc2852a2391795a1a1055a32 (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<head>
</head>
<body>
<div style="-moz-transform: translatez(-20px) rotatex(45deg) translatez(20px); -moz-transform-origin: 0 0 0; width: 100px; height: 100px;">
Test Text
</div>
</body>
</html>
|