tor-browser

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

rotated-cat-off-top-edge-ref.html (446B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>View transitions: rotated img element with border radius off the top edge (ref)</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
      5 <link rel="author" href="mailto:vmpstr@chromium.org">
      6 
      7 <style>
      8 .target {
      9  transform: rotate(330deg) translate3d(110px, 10px, 10px);
     10  border-radius: 0.375rem;
     11  width: 400px;
     12  height: 400px;
     13 }
     14 </style>
     15 <body>
     16 <img class="target" src="support/cat.png">