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