HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> div{ min-height:50px; width: 200px; background:#f2f2f2; text-align:center; margin: 50px; border-width: 50px; border-style: solid; border-image: url("car-left.png") 95% round; border-image-outset: 25px; } </style> </head> <body> <h1>CSS border-image Property</h1> <div id="point"> border-image-outset: 25px; </div> </body> </html>
OUTPUT
×

Save as Private