tor-browser

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

rowlines-3-1-ref.html (1064B)


      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    <title>mtable frame</title>
      7    <!-- Copyright (c) 2011 Design Science, Inc.
      8         License: Apache License 2.0 -->
      9    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     10    <link rel="stylesheet" href="/fonts/ahem.css" />
     11    <style>
     12      div, math {
     13        font: 25px/1 Ahem;
     14      }
     15    </style>
     16  </head>
     17 
     18  <body>
     19 
     20  <div style="position: absolute; top: 5px; left: 5px;">
     21    <math>
     22      <mtable width="150px" rowlines="dashed">
     23        <mtr>
     24          <mtd><mspace></mspace></mtd>
     25        </mtr>
     26        <mtr>
     27          <mtd><mspace></mspace></mtd>
     28        </mtr>
     29      </mtable>
     30    </math>
     31  </div>
     32 
     33  <div style="position: absolute; top: 5px; left: 0px;
     34              width: 50px; height: 50px; background: red;"></div>
     35 
     36  <div style="position: absolute; top: 5px; left: 110px;
     37              width: 50px; height: 50px; background: red;"></div>
     38 
     39  </body>
     40 </html>