tor-browser

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

637597-1-ref.html (595B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 #parent {
      6  position: absolute;
      7  top: 100.8px;
      8  transform: scale(1.1232,1.1232);
      9  transform: scale(1.1232,1.1232);
     10 }
     11 #b1 {
     12  position: absolute;
     13  width: 100px;
     14  height: 109px;
     15  background: #c00;
     16  transform: translate(100px,100px);
     17  transform: translate(100px,100px);
     18 }
     19 #b2 {
     20  position: absolute;
     21  top: 0;
     22  left: 0;
     23  width: 100px;
     24  height: 100px;
     25  background: white;
     26  transform: translate(400px,0);
     27  transform: translate(400px,0);
     28 }
     29 </style>
     30 </head>
     31 <body>
     32 <div id="parent">
     33  <div id="b1"></div>
     34  <div id="b2"></div>
     35 </div>
     36 </body>
     37 </html>