tor-browser

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

col-paint-vrl-rtl-ref.html (414B)


      1 <!DOCTYPE html>
      2 <style>
      3 table { border: solid 2px; border-spacing: 5px; padding: 5px; }
      4 col { background: linear-gradient(-60deg, red 50%, blue 50%); }
      5 </style>
      6 <table style="transform: rotate(90deg);">
      7  <col style="width: 100px;"></col>
      8  <col style="width: 50px;"></col>
      9  <tr style="height: 100px;">
     10    <td></td>
     11    <td></td>
     12  </tr>
     13  <tr style="height: 50px;">
     14    <td></td>
     15    <td></td>
     16  </tr>
     17 </table>