1420528-1-ref.html (450B)
1 <!DOCTYPE html> 2 <html> 3 <body style="font: 14px serif"> 4 <div style="column-count:2; column-fill:auto; column-gap: 0; height: 100px; width: 550px; border: 1px solid black;"> 5 <!-- First column --> 6 <div style="height: 100px;"></div> 7 8 <!-- Second column --> 9 <div>Spacer</div> 10 <div> 11 Lime float at right. 12 <span style="float:right; background: lime;">FLOAT</span> 13 </div> 14 </div> 15 </body> 16 </html>