mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-22 11:33:03 +00:00
9 lines
286 B
HTML
9 lines
286 B
HTML
<html>
|
|
<body>
|
|
<div style="-moz-transform: rotatex(45deg); -moz-transform-origin: top">
|
|
<div style="-moz-transform: rotatex(-45deg); -moz-transform-origin: top; height: 200px; width: 100px; background: lime">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|