Border Image
PREVIEW
CODE
border: 15px solid;
border-image: url(./img/exemplo-borda.png) 30 / 15px / 0px stretch;
border-image: url(./img/exemplo-borda.png) 30 / 15px / 0px stretch;
Utilization
The border-image property is a shorthand property for setting the individual border-image properties (i.e., border-image-source, border-image-slice, border-image-width, border-image-outset, and border-image-repeat) in a single declaration.