tor-browser

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

borders-000.html (512B)


      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-000-ref.html">
      5 <p>There should be a yellow box with a hotpink border in the second column.</p>
      6 <div style="columns:4; column-gap:10px; column-fill:auto; width:430px; height:100px;">
      7  <div style="height:95px;"></div>
      8  <div style="border:10px solid hotpink; height:80px; background:yellow;"></div>
      9 </div>