border-radius-ref.html 186 B

12345678910
  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>