Contact Us | +1 888 239-0733 (Toll free US/CA) Mon-Fri: 7:30am to 4:30pm (PST)
The CSS 'border-image-repeat' property defines how the border image is repeated around the element's border. This property controls whether the image is stretched, repeated, or tiled to fit the border area, allowing for various stylistic effects that can enhance the visual appeal of an element's borders.
See the Pen
CSS 'border-image-repeat' Property by Webzstore (@webzstore)
on CodePen. The 'border-image-repeat' property provides a powerful way to customize the repetition and arrangement of images along an element's borders, supporting the creation of visually engaging and unique border designs. Use 'border-image-repeat' to specify a border image's repeating behavior. This is particularly useful when you want to create specific patterns or effects with border images, such as seamless patterns, mirrored images, or stretched images that cover the entire border without repeating. It allows for creative border designs beyond simple solid colors or styles.CSS 'border-image-repeat' Property Examples
Browser Support For 'border-image-repeat' Property
15.0 1.0 15.0 6.0 15.0 CSS Syntax of the 'border-image-repeat' Property
border-image-repeat: stretch | repeat | round | space | initial | inherit;
Usage of the 'border-image-repeat' Property
Property Values of the 'border-image-repeat' Property
"*" indicates required fields