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