tor-browser

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

border-radius-ref.html (186B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body>
      4 <div style="padding:50px; border-radius:50px; width:400px; height:400px;">
      5  <input type="radio">
      6  <input type="checkbox">
      7 </div>
      8 </body>
      9 </html>