tor-browser

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

background-image-007.html (494B)


      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="background-image-007-ref.html">
      5 <p>There should be four cats below.</p>
      6 <div style="columns:4; width:600px; gap:0; column-fill:auto; height:150px;">
      7  <div style="box-decoration-break:clone; height:600px; background:url(../support/cat.png) no-repeat; background-size:100px 100px;"></div>
      8 </div>