mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
12 lines
235 B
HTML
12 lines
235 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="-moz-perspective: 1000px;">
|
|
<div style="-moz-transform: rotatex(45deg); -moz-transform-origin: top left; width: 100px; height: 100px;">
|
|
Test Text
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|