tor-browser

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

368504-3-ref.html (500B)


      1 <html>
      2 <head><style>
      3  /* cellspacing=0 cellpadding=0          */
      4  table  { border-spacing: 0 }
      5  td, th { padding: 0 }
      6 
      7  /* Table width */
      8  table { width: 500px; }
      9 
     10  /* Cell colors + widths */
     11  td.a { background: lightgreen; width: 100px;    }
     12  td.b { background: yellow;     width: 60%;      }
     13  td.c { background: lightblue;  width: 30%;      }
     14 </style></head>
     15 <body>
     16 <table>
     17  <tr>
     18    <td class="a">a</td>
     19    <td class="b">b</td>
     20    <td class="c">c</td>
     21  </tr>
     22 </table>
     23 </body>
     24 </html>