mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
12 lines
189 B
HTML
12 lines
189 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
|
||
|
|
<div>test</div>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
body {
|
||
|
|
width: 100px; height: 300px;
|
||
|
|
position: absolute;
|
||
|
|
-moz-transform: scale(0.5);
|
||
|
|
}
|
||
|
|
div { position: absolute; }
|
||
|
|
</style>
|