mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
232 B
HTML
12 lines
232 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="-moz-perspective: 1000px; -moz-perspective-origin: 0 0;">
|
|
<div style="-moz-transform: rotatex(45deg); width: 100px; height: 100px;">
|
|
Test Text
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|