tor-browser

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

div-orthogonal-auto-margin-left-ref.html (359B)


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