1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html> <html> <body> <div style="background: black; background-clip: padding-box; width: 400px; padding: 0; height: 300px; border: 100px solid rgba(255, 255, 0, 0.5); border-radius: 40.0%"> </div> </body> </html>