mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
10 lines
190 B
HTML
10 lines
190 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<head>
|
||
|
|
<style>
|
||
|
|
span { position: absolute; }
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<span></span>
|
||
|
|
<span style="position: static; border: 1px solid green">Test<br>Test</span>
|
||
|
|
</body>
|