borderimagerepeat
Borderimagerepeat is a CSS property that controls how an image used in a border is repeated. It specifies whether the image should be tiled, stretched, or clipped to fit the border area.
The property accepts several values. The most common is repeat, which tiles the image both horizontally and
Another value is round. This value tiles the image as many times as possible without clipping. If
The space value is similar to round, but it distributes the image tiles evenly within the border
no-repeat is also a valid value. As the name suggests, this prevents the image from repeating at
Finally, inherit is used to apply the border-image-repeat value of the parent element to the current element.