mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
282 B
HTML
17 lines
282 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<style>
|
|||
|
body { margin-top:100.9px; }
|
|||
|
.outer {
|
|||
|
-moz-transform:scale(1.4);
|
|||
|
-moz-transform-origin:top left;
|
|||
|
line-height:40px;
|
|||
|
}
|
|||
|
</style>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div class="outer"><div class="inner">Hello Kitty</div></div>
|
|||
|
</body>
|
|||
|
</html>
|