tor-browser

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

flexbox_inline-ref.html (226B)


      1 <!DOCTYPE html>
      2 <title>flexbox | inline</title>
      3 <link rel="author" href="http://opera.com" title="Opera Software">
      4 <style>
      5 body {margin: 0;}
      6 div {
      7 background: yellow;
      8 display: inline-block;
      9 }
     10 </style>
     11 
     12 <div>HELLOWORLD</div>