mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
16 lines
266 B
HTML
16 lines
266 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>
|