tor-browser

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

transform-percent-ref.html (603B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Keith Schwarz" href="mailto:keith@keithschwarz.com">
      6    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      7    <style>
      8      div {
      9        width: 100px;
     10        height: 50px;
     11        background: gold;
     12        position: absolute;
     13        left: 100px;
     14        top: 100px;
     15        transform: rotate(10deg) translatex(50px) rotate(10deg)
     16                   translatey(50px) skewx(10deg) translate(25px, 25px);
     17      }
     18    </style>
     19  </head>
     20  <body>
     21    <div></div>
     22  </body>
     23 </html>