HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> div{ border: 2px solid black; min-height: 150px; line-height: 150px; text-align: center; border-bottom-right-radius: 50%; background: url(ocean.jpg); color: #fff; } </style> </head> <body> <h1>CSS border-bottom-right-radius Property</h1> <div> border-bottom-right-radius: 50%; </div> </body> </html>
OUTPUT
×

Save as Private