tor-browser

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

448193.html (338B)


      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-color: red;
     11  -moz-border-radius: 20px;
     12 }
     13 </style>
     14 <body>
     15 <div style="border-style: inset"></div>
     16 <div style="border-style: outset"></div>
     17 </body>
     18 </html>