tor-browser

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

flexbox_block.html (338B)


      1 <!DOCTYPE html>
      2 <title>flexbox | block</title>
      3 <link rel="author" href="http://opera.com" title="Opera Software">
      4 <link rel="help"
      5 href="http://www.w3.org/TR/css-flexbox-1/#flex-containers">
      6 <link rel="match" href="../reference/blank.html">
      7 <style>
      8 div {
      9 background: red;
     10 margin-top: -20em;
     11 display: flex;
     12 }
     13 </style>
     14 
     15 <div>FAIL</div>