tor-browser

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

flexbox_inline.html (373B)


      1 <!DOCTYPE html>
      2 <title>flexbox | inline</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="flexbox_inline-ref.html">
      7 <style>
      8 body {margin: 0;}
      9 div {
     10 background: yellow;
     11 margin-top: -20em;
     12 display: inline-flex;
     13 }
     14 </style>
     15 
     16 <div>HELLOWORLD</div>