blob: d1b093e53e0812a29885000ef20b348808ade836 (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<head>
</head>
<body>
<div style="transform: rotatex(90deg); transform-style: preserve-3d; opacity: 0.9999;">
<div style="transform: rotatex(90deg); width: 100px; height: 100px; background-color: #00FF00"></div>
</div>
</body>
</html>
|