tor-browser

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

1404167-2-ref.html (221B)


      1 <!doctype html>
      2 <style>
      3 td::first-letter {
      4  border: inherit;
      5 }
      6 </style>
      7 <table>
      8  <tr>
      9    <td style="border: 10px solid green">
     10      This text should have a green border on the first letter.
     11    </td>
     12  </tr>
     13 </table>