column-height-009.html (798B)
1 <!DOCTYPE html> 2 <title>column-height, column-wrap, and column-rule</title> 3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 4 <link rel="help" href="https://drafts.csswg.org/css-multicol-2/#ch"> 5 <link rel="help" href="https://drafts.csswg.org/css-multicol-2/#cwr"> 6 <link rel="match" href="column-height-009-ref.html"> 7 <div style="width:340px; orphans:1; widows:1; line-height:20px;"> 8 <div style="columns:3; gap:20px; column-rule:2px solid; column-height:40px; column-wrap:wrap; background:yellow;"> 9 <div style="width:50px; background:cyan;"> 10 a<br> 11 b<br> 12 c<br> 13 d<br> 14 e<br> 15 f<br> 16 g<br> 17 h<br> 18 i<br> 19 j<br> 20 k<br> 21 l<br> 22 m<br> 23 n<br> 24 o<br> 25 p<br> 26 </div> 27 </div> 28 </div>