tor-browser

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

linear-gradient-ref.html (216B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <style>
      4  #gradient {
      5    width: 400px;
      6    height: 300px;
      7    background-image: linear-gradient(to right, black 0%, red 50%, gold 100%);
      8  }
      9 </style>
     10 <div id="gradient"></div>