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