blob: 558462b9d8988779aceebc0c06dd91fe11347f9f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!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>
|