tor-browser

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

div-block-size-ref.html (264B)


      1 <!DOCTYPE HTML>
      2 <title> Ensure block size is same as height of inner div </title>
      3 <style>
      4  div {
      5    inset: 0;
      6    background-color: black;
      7    position: absolute;
      8    block-size: 200px;
      9    inline-size: 100px;
     10    border: 5px solid red;
     11  }
     12 </style>
     13 <div></div>