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