mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-12 03:18:36 +00:00
10 lines
458 B
HTML
10 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>
|