tor-browser

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

1316719-1-ref.html (392B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>reference: 0.8 opacity green circle</title>
      4 <style>
      5 
      6 body {
      7  margin: 0;
      8 }
      9 
     10 div {
     11  margin: 100px 200px;
     12  width: 200px;
     13  height: 200px;
     14  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200"><circle cx="100" cy="100" r="100" fill="green" fill-opacity="0.8"/></svg>');
     15 }
     16 
     17 </style>
     18 
     19 <div></div>