border-image-repeat

The border-image-repeat property determines how the padding of the border image is handled to fit within the size of the border. It has a single value syntax that describes the behavior of all sides, and a two value syntax that sets different values for horizontal and vertical behavior.

Syntax



border-image-repeat: [ stretch | repeat | round | space ]{1,2};