W3docs

border-image-width

CSS Property:

Result:

Example of the border-image-width property.

CSS Code:

#myDiv {
border:10px solid transparent;
padding:15px;
border-image:url('/build/images/border-image.jpg');
border-image-slice:35;
border-image-repeat: round;
border-image-width:1;
}

Click the property values above to see the result