tor-browser

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

linear-repeat-1e.html (197B)


      1 <div style="background: linear-gradient(black, black 50%, white 50%, white);
      2            background-size: 300px 100px; background-repeat: repeat-y;
      3            width: 500px; height: 300px;"></div>