9 lines
186 B
HTML
9 lines
186 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="width:200px;height:100px;border:1px solid black; transform: rotate(45deg); transform-origin: 101px 50%;">
|
|
Some text!
|
|
</div>
|
|
</body>
|
|
</html>
|