multicol-span-all-020.html (718B)
1 <!DOCTYPE html> 2 <title>Column rules before and after spanner with margins</title> 3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 4 <link rel="help" href="https://drafts.csswg.org/css-multicol/#column-gaps-and-rules"> 5 <link rel="help" href="https://drafts.csswg.org/css-multicol/#column-span"> 6 <link rel="match" href="multicol-span-all-020-ref.html"> 7 <p>There should be three identical blue bars below.</p> 8 <div style="columns:2; width:100px; column-gap:20px; column-rule:20px solid blue;"> 9 <div style="height:50px; background:blue;"></div> 10 <div style="column-span:all; margin:10px 0; height:25px; background:blue;"></div> 11 <div style="height:50px; background:blue;"></div> 12 </div>