mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
7 lines
255 B
HTML
7 lines
255 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body style="margin:0; background:lime;">
|
|
<div id="d" style="position:relative; top:-50px; width:150px; height:250px; background:yellow;"></div>
|
|
<div id="p" style="margin-top:-50px; width:150px; height:50px;"></div>
|
|
</body>
|
|
</html>
|