Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
CSS Property:
border-image:

Here is the image used:

Result:
Note: Internet Explorer 10, and earlier versions, do not support the border-image property.
CSS Code:
#myDIV {
border: 15px solid transparent;
padding: 15px;
border-image: url(border.png) 50 round;
}
Click the property values above to see the result
W3Schools.com - Play it