tor-browser

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

tablespacing-8a.html (1125B)


      1 <!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
      2 <!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80:  -->
      3 <!DOCTYPE html>
      4 <html>
      5  <head>
      6    <link rel="mismatch" href="tablespacing-8-ref.html"/>
      7  </head>
      8  <body>
      9 
     10  <math>
     11    <mtable  rowspacing="30px" columnspacing="60px"
     12           rowlines="solid">
     13      <mtr>
     14        <mtd>
     15          <mn>X</mn>
     16        </mtd>
     17        <mtd>
     18          <mn>X</mn>
     19        </mtd>
     20      </mtr>
     21      <mtr>
     22        <mtd>
     23          <mn>X</mn>
     24        </mtd>
     25        <mtd>
     26          <mn>X</mn>
     27        </mtd>
     28      </mtr>
     29    </mtable>
     30  </math>
     31 
     32  <div style="position: absolute; top: 0; left: 0px;
     33              width: 150px; height: 40px; background: black;"></div>
     34  <div style="position: absolute; top: 70px; left: 0px;
     35              width: 150px; height: 40px; background: black;"></div>
     36  <div style="position: absolute; top: 0px; left: 0px;
     37              width: 60px; height: 100px; background: black;"></div>
     38  <div style="position: absolute; top: 0px; left: 90px;
     39              width: 60px; height: 100px; background: black;"></div>
     40 
     41  </body>
     42 </html>