mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
12 lines
316 B
HTML
12 lines
316 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div id="container" style="border-width: 10px; padding: 50px"
|
|
>surrounding <span id="rel"
|
|
style="left: 50%; top: 50%;"
|
|
>position relative</span> text</div>
|
|
</body>
|
|
</html>
|