tor-browser

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

1161752-2-embed.html (477B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title></title>
      6 
      7  <style type="text/css">
      8 
      9  html { direction: rtl; }
     10 
     11  div
     12    {
     13      background-color: green;
     14      border-left: green none 0px;
     15      border-right: green none 0px;
     16      height: 50px;
     17      left: 20%;
     18      margin-left: 0px;
     19      margin-right: 0px;
     20      position: absolute;
     21      right: 20%;
     22      top: 0px;
     23      width: 20%;
     24    }
     25 
     26  </style>
     27 </head>
     28 
     29 <body>
     30 
     31  <div></div>
     32 
     33 </body>
     34 </html>