tor-browser

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

border-style-inset-becomes-ridge-ref.html (195B)


      1 <!DOCTYPE html>
      2 <style>
      3  table { border-collapse: separate; border-spacing: 0 }
      4  td { border: 20px ridge; width: 100px; height: 100px}
      5 </style>
      6 <table>
      7  <tr>
      8    <td></td>
      9  </tr>
     10 </table>