tor-browser

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

caret-shape-block-zoom-ref.html (162B)


      1 <!DOCTYPE html>
      2 <style>
      3  div {
      4    font-size: 3em;
      5    zoom: 2;
      6  }
      7 
      8  span {
      9    background-color: rgba(0, 255, 0, 1);
     10  }
     11 </style>
     12 <div><span>a</span>bc</div>