tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

fieldset-004.html (790B)


      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-004-ref.html">
      5 <p>There should be a light blue fieldset that starts in the first column and
      6  ends in the third. Its blue violet legend should only be in the first column,
      7  and past the fragmentation line. The bottom border should only be in the third
      8  column.
      9 </p>
     10 <div style="column-count:3; column-fill:auto; column-gap:10px; width:500px; height:200px;">
     11  <fieldset style="border:10px solid pink; margin:0; padding:0; height:590px; background:lightblue;">
     12    <legend style="padding:0; margin:0; width:50px; height:300px; background:blueviolet;"></legend>
     13  </fieldset>
     14 </div>