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