fieldset-002.html (640B)
1 <!DOCTYPE html> 2 <link rel="author" title="Ana Sollano Kim" href="mailto:ansollan@microsoft.com"> 3 <link rel="help" href="https://www.w3.org/TR/css-break-3/#break-decoration"> 4 <link rel="match" href="fieldset-002-ref.html"> 5 <p>There should be a light blue fieldset that starts in the first column and 6 ends in the third. The top border should only be in the first column, and 7 the bottom border should only be in the third.</p> 8 <div style="column-count:3; column-fill:auto; column-gap:10px; width:500px; height:200px;"> 9 <fieldset style="border:10px solid pink; margin:0; padding:0; height:500px; background:lightblue;"></fieldset> 10 </div>