tor-browser

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

fieldset-002-ref.html (727B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Ana Sollano Kim" href="mailto:ansollan@microsoft.com">
      3 <p>There should be a light blue fieldset that starts in the first column and
      4  ends in the third. The top border should only be in the first column, and
      5  the bottom border should only be in the third.</p>
      6 <div style="float:left; border:10px solid pink; border-bottom:none; width:140px; height:190px; background:lightblue;"></div>
      7 <div style="float:left; margin-left:10px; border:10px solid pink; border-top:none; border-bottom:none; width:140px; height:200px; background:lightblue;"></div>
      8 <div style="float:left; margin-left:10px; border:10px solid pink; border-top:none; width:140px; height:110px; background:lightblue;"></div>