tor-browser

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

div-auto-margin-bottom-ref.html (304B)


      1 <!DOCTYPE HTML>
      2 <title> Ensure bottom takes effect after element is centered </title>
      3 <style>
      4  div {
      5    inset: 0;
      6    background-color: black;
      7    margin: auto;
      8    position: absolute;
      9    block-size: 200px;
     10    inline-size: 100px;
     11    bottom: 10px;
     12    border: 5px solid red;
     13  }
     14 </style>
     15 <div></div>