blob: d76cffd57629f1fa379d0db1c07b8656ab4a0ccb (
plain)
1
2
3
4
5
6
7
8
|
<html>
<head>
</head>
<body>
<div style="margin-left: 300px; margin-top:300px; width:100px; height:200px; background-color:#202040; transform: rotate(45deg); transform-origin: top center;">
</div>
</body>
</html>
|