CSS Property:

border-image-repeat

Result:

Example of the border-image-repeat property.

CSS Code:

#myDiv {
                
border:15px solid transparent;
padding:15px;
border-image:url('/build/images/border-image.jpg');
border-image-slice:35;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?