blob: 1c0fe50145542d6dec3307e9484840ca458f9788 (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<head>
</head>
<body>
<div style="-moz-transform: scaleX(2) scaleY(2) scaleZ(2); -moz-transform-origin: 0 0; width: 100px; height: 100px;">
Test Text
</div>
</body>
</html>
|