tor-browser

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

flexbox_inline-abspos.html (387B)


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