border-image-outset
CSS Property:
Result:
Example of the border-image-outset property.
CSS Code:
#myDiv {
margin:30px;
border:20px solid transparent;
padding:20px;
border-image:url('/build/images/border-image.jpg');
border-image-slice:35;
border-image-repeat:round;
border-image-outset:3px;
}
Click the property values above to see the result