tor-browser

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

nested-grid-item-block-size-001-ref.html (405B)


      1 <!DOCTYPE HTML>
      2 <!--
      3     Any copyright is dedicated to the Public Domain.
      4     http://creativecommons.org/publicdomain/zero/1.0/
      5 -->
      6 <html><head>
      7 <style>
      8 .container {
      9  list-style: none;
     10  padding: 0px;
     11  margin: 0px;
     12 }
     13 
     14 img {
     15  block-size: 55vw;
     16  aspect-ratio: 2/1;
     17 }
     18 </style>
     19 </head>
     20 <body>
     21  <ul class="container">
     22    <li>
     23      <img src="support/colors-8x16.png">
     24    </li>
     25  </ul>
     26 </body>
     27 </html>