mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
12 lines
284 B
HTML
12 lines
284 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div id="container"
|
|
>surrounding <span id="rel"
|
|
style="right: -200px; bottom: -300px;"
|
|
>position relative</span> text</div>
|
|
</body>
|
|
</html>
|