![]() |
VOOZH | about |
The border-image-repeat property in CSS is used to scale and tiling the border images. It can be used to match the middle part of the border image to the size of the border. It can have either one or two values. One is for the horizontal and one for the vertical axis. Only one value is given then it applies to all sides, but two values are given it is given one value for the horizontal and another for the vertical sides.
Syntax:
border-image-repeat: stretch|repeat|round|initial|inheritProperty Values:
Example: In this example, we are using border-image-repeat: stretch; property.
Output:
Example: In this example, we are using border-image-repeat: repeat; property.
Output:👁 stretch
Example: In this example, we are using border-image-repeat: round; property.
Output:👁 stretch
Example: In this example, we are using border-image-repeat: initial; property.
Output:
Supported Browsers: The browser supported by border-image-repeat property are listed below: