mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
9 lines
458 B
HTML
9 lines
458 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<div style="width: 1px;"><fieldset style="display: grid;">y<legend></legend>x</fieldset></div>
|
||
|
|
<div style="width: 1px;"><fieldset style="display: grid; overflow:hidden">y<legend></legend>x</fieldset></div>
|
||
|
|
<div style="width: 1px;"><fieldset style="display: flex;">y<legend></legend>x</fieldset></div>
|
||
|
|
<div style="width: 1px;"><fieldset style="display: flex; overflow:hidden">y<legend></legend>x</fieldset></div>
|
||
|
|
</body>
|
||
|
|
</html>
|