blob: 8047462a7da039299ed8ec54e623b81859fb3d43 (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<head>
</head>
<body>
<div style="transform: rotatex(180deg); backface-visibility: hidden; width: 100px; height: 100px; display: table">
Test Text
</div>
</body>
</html>
|