914501.html (458B)
1 <!DOCTYPE html> 2 <html class="multicol"> 3 <head> 4 <meta charset="UTF-8"> 5 <style> 6 7 .multicol { width: 300px; column-width: 100px; height: 100px; } 8 .R { float:right; } 9 .L { float: left; } 10 .clear { clear: left; } 11 12 </style> 13 </head> 14 15 <body><div class="L" style="height: 250px;"></div><div class="clear"></div><div style="margin-bottom: 1em;"></div><div class="L" style="height: 250px;"></div><div><div class="clear"><div class="R"></div></div></div></body> 16 17 </html>