W3docs

border-image

CSS Property:

Result:

Example of the border-image property.

CSS Code:

#myDiv {
padding:30px;
margin:20px;
border:15px solid transparent;
width: 300px;
height:120px;
border-image:url("/build/images/border-image.jpg") 70 round;
}

Click the property values above to see the result