mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
11 lines
173 B
HTML
11 lines
173 B
HTML
|
|
<html>
|
||
|
|
<head><style>
|
||
|
|
body { -moz-column-count: 2; }
|
||
|
|
#x { height: 1px; }
|
||
|
|
#y { height: 2px; }
|
||
|
|
|
||
|
|
</style></head>
|
||
|
|
|
||
|
|
<body><div id="x"><div id="y"></div></div></body>
|
||
|
|
|
||
|
|
</html>
|