blob: ce81c7e188c9387604301eb35ed6ea206411a0ab (
plain) (
blame)
1
2
3
4
5
6
|
<div style="float: left">left</div>
<div style="float: right">right</div>
<div style="clear: both"><div style="display: flow-root">testing</div></div>
<div style="float: left">left</div>
<div style="float: right">right</div>
<div style="clear: both; display: flow-root">testing</div>
|