tor-browser

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

repeating-conic-gradient-ref.html (221B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <style>
      4  #gradient {
      5    width: 200px;
      6    height: 200px;
      7    background-image: conic-gradient(black 25%, white 0 50%, black 0 75%, white 0);
      8  }
      9 </style>
     10 <div id="gradient"></div>