mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
14 lines
242 B
HTML
14 lines
242 B
HTML
<html>
|
|
<head><style>
|
|
#colset { -moz-column-count: 1; }
|
|
#short { height: 10px; }
|
|
#tall { height: 100000px; }
|
|
</style></head>
|
|
<body>
|
|
<div id="colset">
|
|
<div id="short">
|
|
<div id="tall"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|