borders-002.html (624B)
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-break-3/#break-decoration"> 4 <link rel="match" href="borders-002-ref.html"> 5 <p>There should be a yellow box that starts in the second column and ends in the 6 fourth. The top border should be in the second column, and the bottom border 7 should be in the fourth.</p> 8 <div style="columns:4; column-gap:10px; column-fill:auto; width:430px; height:100px;"> 9 <div style="height:95px;"></div> 10 <div style="border:10px solid hotpink; height:250px; background:yellow;"></div> 11 </div>