tor-browser

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

grid-content-distribution-026.html (540B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-align-content-space-evenly">
      3 <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
      4 <meta name="assert" content="The fallback alignment for 'space-evenly' should be 'safe center'.">
      5 <p>Test passes if there is a filled green square.</p>
      6 <div style="display: grid; width: 50px; height: 50px; align-content: space-evenly; justify-content: space-evenly;">
      7  <div style="width: 100px; height: 100px; background: green;"></div>
      8 </div>