tor-browser

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

root-element-background-image-opaque-crash.html (224B)


      1 <!doctype html>
      2 <style>
      3  :root {
      4    background-color: rgba(255, 255, 255, 0.98);
      5    background-image: url(/images/computer.jpg); /* opaque */
      6    background-position: top left;
      7    background-repeat: repeat;
      8  }
      9 </style>