tor-browser

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

1422393-ref.html (327B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <meta charset="utf-8">
      4 <title>Table border-collapse borders are too opaque and overlap in the corners</title>
      5 
      6 <style>
      7 
      8 table {
      9  margin: 50px;
     10  border-spacing: 0px;
     11 }
     12 
     13 td {
     14  border: 10px solid rgba(0, 0, 0, 0.2);
     15  width: 50px;
     16  height: 50px;
     17 }
     18 
     19 </style>
     20 
     21 <table><tr><td></td></tr></table>