tor-browser

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

whitespace-in-flexitem-001-ref.html (383B)


      1 <!DOCTYPE html>
      2 <html>
      3 <link href="support/flexbox.css" rel="stylesheet">
      4 <link rel="author" title="Google Inc." href="http://www.google.com/">
      5 <style>
      6  .a {
      7    flex: none;
      8    width: 30px;
      9    background: salmon;
     10  }
     11 </style>
     12 <body>
     13  <div class="flexbox justify-content-space-around">
     14    <div class="a"></div>
     15  </div>
     16 
     17  <div class="flexbox">
     18    <b>foo</b><b>bar</b>
     19  </div>