tor-browser

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

new-content-transform-change-001-ref.html (246B)


      1 <!DOCTYPE html>
      2 <title>CSS Test Reference</title>
      3 <style>
      4  :root {
      5    background-color: pink;
      6  }
      7 
      8  #target {
      9    width: 100px;
     10    height: 100px;
     11    background-color: green;
     12    transform: rotate(45deg);
     13  }
     14 </style>
     15 <div id="target"></div>