mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
10 lines
203 B
HTML
10 lines
203 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<style>
|
|
span { position: absolute; float: left; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span></span>
|
|
<span style="position: static; border: 1px solid green">Test<br>Test</span>
|
|
</body>
|