tor-browser

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

448193-ref.html (391B)


      1 <!doctype html>
      2 <html><head>
      3 <title>3d effect degradation at 1px with border radius</title>
      4 <style>
      5 div {
      6  width: 50px;
      7  height: 50px;
      8  margin: 10px;
      9  border-width: 1px;
     10  border-style: solid;
     11  -moz-border-radius: 20px;
     12 }
     13 </style>
     14 <body>
     15 <div style="border-color: #aa0000 #ff0000 #ff0000 #aa0000"></div>
     16 <div style="border-color: #ff0000 #aa0000 #aa0000 #ff0000"></div>
     17 </body>
     18 </html>