mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
18 lines
167 B
HTML
18 lines
167 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
|
|
body, p {
|
|
display: table;
|
|
position: absolute;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div>A B</div>
|
|
<p id="n">C D</p>
|
|
</body>
|
|
|
|
</html>
|