tor-browser

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

background-blending-image-color-gif-ref.html (151B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <style>
      4 div {
      5  width: 100px;
      6  height: 100px;
      7  background-color: rgb(0,255,0);
      8 }
      9 
     10 </style>
     11 <body>
     12 <div></div>
     13 </body>
     14 </html>