tor-browser

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

gradient-border-box-ref.html (258B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <style>
      6 #x {
      7  width: 280px;
      8  height: 280px;
      9  background-image: repeating-linear-gradient(to bottom right, white, black, white 30px);
     10 }
     11  </style>
     12 </head>
     13 <body>
     14  <div id="x"></div>
     15 </body>
     16 </html>