tor-browser

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

multicol-table-cell-vertical-align-ref.xht (647B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 <head>
      5 <title>multicolumn | table-cell, vertical-align</title>
      6 <link rel="author" title="Opera Software ASA" href="http://www.opera.com/"/>
      7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      8 <style type="text/css"><![CDATA[
      9 div {
     10 	font-family: Ahem;
     11 	font-size: 20px;
     12 	line-height: 1em;
     13 	vertical-align: middle;
     14 	color: white;
     15 	background: #3366CC;
     16 	width: 6em;
     17 	height: 5.5em;
     18 }
     19 div+div {
     20 	margin-top: 9em;
     21 }
     22 ]]></style>
     23 </head>
     24 
     25 <body>
     26 <div></div>
     27 <div></div>
     28 
     29 </body>
     30 </html>