tor-browser

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

transform-percent-with-width-and-height-ref.html (201B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 
      6 div {
      7    width: 200px;
      8    height: 200px;
      9    background-color: black;
     10    transform: translate(50%, 50%);
     11 }
     12 
     13 </style>
     14 </head>
     15 <body>
     16 <div></div>
     17 </body>
     18 </html>