column-rule-001-ref.html (409B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 body { 5 margin: 0; 6 } 7 </style> 8 <p>There should be <b>two</b> black squares below.</p> 9 <div style="float:right; width:100px; height:100px; margin-right:95px; background:black;"></div> 10 <div style="width:500px; margin:auto;"> 11 <div style="width:100px; height:100px; background:black;"></div> 12 </div>