tor-browser

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

background-attachment-fixed-border-radius-offset-ref.html (520B)


      1 <!doctype html>
      2 <title>background-attachment: fixed with border-radius and offset (reference)</title>
      3 <style>
      4  .stripe-not-fixed {
      5    position: absolute;
      6    top: calc(8px - 128px);
      7    width: 200px;
      8    height: 683px;
      9    background-image: url("/images/grgr-256x256.png");
     10    background-position: 0px -80px;
     11    background-size: 1024px 768px;
     12    background-repeat: no-repeat;
     13    clip-path: inset(0 0 385px 0);
     14  }
     15  body {
     16    overflow: hidden;
     17    height: 300vh;
     18  }
     19 </style>
     20 <div class="stripe-not-fixed"></div>