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