multicol-list-item-003.html (422B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://www.w3.org/TR/css-multicol-1/"> 4 <link rel="match" href="multicol-list-item-003-ref.html"> 5 <div style="display:list-item; columns:3; column-gap:20px; width:490px; margin:50px;"> 6 <div style="height:150px;"></div> 7 <div style="column-span:all; height:50px;"></div> 8 ← Marker here 9 </div>