tor-browser

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

zero-radius-clip-1.html (188B)


      1 <html>
      2 <body>
      3 <div style="background: blue; height: 100px; border-radius: 0 0 0 0; border-radius: 0 0 0 0;">
      4  <div style="background: purple; height: 50px;"></div>
      5 </div>
      6 </body>
      7 </html>