mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 05:13:07 +09:00
10 lines
280 B
HTML
10 lines
280 B
HTML
<html>
|
|
<body>
|
|
<div style="height: 10000px;"></div>
|
|
<div style="position: relative;">
|
|
<div id="test2" style="position:absolute; top:-200px;"></div>
|
|
<div style="height: 100px; width: 100px; background: blue;"></div>
|
|
</div>
|
|
<div style="height: 10000px;"></div>
|
|
</body>
|
|
</html>
|