mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 04:43:07 +09:00
24 lines
583 B
HTML
24 lines
583 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="display:table">
|
|
<div style="display: table-row">
|
|
<div style="display: table-cell">
|
|
First Column
|
|
</div>
|
|
<div style="display: table-cell">
|
|
Second Column
|
|
</div>
|
|
</div>
|
|
<div style="display: table-row">
|
|
<div style="display: table-cell">
|
|
First Column
|
|
</div>
|
|
<div style="display: -moz-popup; display: popup"></div>
|
|
<div style="display: table-cell">
|
|
Second Column
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|