tor-browser

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

div-auto-margin-ref.html (275B)


      1 <!DOCTYPE HTML>
      2 <title> Ensure element is centered by auto margin </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    border: 5px solid red;
     12  }
     13 </style>
     14 <div></div>