mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
10 lines
162 B
HTML
10 lines
162 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="width:200px;height:100px;border:1px solid black; -moz-transform: rotate(45deg);">
|
|
Some text!
|
|
</div>
|
|
</body>
|
|
</html>
|