mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
10 lines
271 B
HTML
10 lines
271 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="-moz-transform: rotatex(90deg); -moz-transform-style: preserve-3d; opacity: 0.9999;">
|
|
<div style="-moz-transform: rotatex(90deg); width: 100px; height: 100px; background-color: #00FF00"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|