tor-browser

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

flexbox_align-items-stretch-2-ref.html (284B)


      1 <!DOCTYPE html>
      2 <title>flexbox | align-items: stretch</title>
      3 <link rel="author" href="http://opera.com" title="Opera Software">
      4 <style>
      5 div {
      6 background: black;
      7 margin: 1em 0 0;
      8 width: 30em;
      9 height: 6em;
     10 }
     11 span {
     12 display: inline-block;
     13 }
     14 </style>
     15 
     16 <div></div>
     17 <span>PASS</span>