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