HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> div{ border: 1px solid black; width: 150px; height: 150px; line-height: 150px; text-align: center; border-radius: 25px; } </style> </head> <body> <h1>CSS border-radius Property</h1> <div> border-radius: 25px; </div> </body> </html>
OUTPUT
×

Save as Private