tor-browser

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

div-orthogonal-left-and-non-auto-margin-ref.html (357B)


      1 <!DOCTYPE HTML>
      2 <title> Ensure left doesn't take effect if margin isn't auto </title>
      3 <style>
      4  div {
      5    inset: 0;
      6    writing-mode: vertical-rl;
      7    background-color: black;
      8    margin: auto;
      9    left: 10px;
     10    margin-right: 10px;
     11    position: absolute;
     12    block-size: 200px;
     13    inline-size: 100px;
     14    border: 5px solid red;
     15  }
     16 </style>
     17 <div></div>