tor-browser

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

multicol-fill-auto-block-children-ref.xht (568B)


      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>multicol | column-span: all | column-fill: auto</title>
      6 <link rel="author" title="Opera Software ASA" href="http://www.opera.com/"/>
      7 <style type="text/css"><![CDATA[
      8 html {
      9 	background: white;
     10 }
     11 body {
     12 	background: blue;
     13 	width: 1200px;
     14 	height: 492px;
     15 }
     16 h1 {
     17 	font-size: 2em;
     18 	margin: 0;
     19 	padding-top: 0.67em;
     20 }
     21 ]]></style>
     22 </head>
     23 
     24 <body>
     25 <h1>you should not see the word fail</h1>
     26 
     27 </body>
     28 </html>