tor-browser

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

anchor-center-no-default.html (425B)


      1 <!DOCTYPE html>
      2 <title>CSS Anchor Positioning: 'anchor-center' behaves as 'center' with no default anchor</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-anchor-position-1/#anchor-center">
      4 <link rel="match" href="anchor-center-no-default-ref.html">
      5 <style>
      6  #centered {
      7    position: absolute;
      8    align-self: anchor-center;
      9  }
     10 </style>
     11 <div id="centered">This text should not be centered in the viewport</div>