blob: 7e95c7ba2c9bd7e82658239df00d119ea539c682 (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<head>
</head>
<body>
<div style="width:200px;height:100px;border:1px solid black; -moz-transform: rotate(45deg); -moz-transform-origin: 101px 50%;">
Some text!
</div>
</body>
</html>
|