11 lines
217 B
HTML
11 lines
217 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="perspective: 1000px; perspective-origin: 0 0;">
|
|
<div style="transform: rotatex(45deg); width: 100px; height: 100px;">
|
|
Test Text
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|