CSS border-image Property Reference

The CSS border-image property is a standard property in CSS Backgrounds and Borders. Review its formal syntax, computed behavior, and practical declarations.

CSS border-image Property Reference

The CSS border-image property is a standard property in CSS Backgrounds and Borders. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

border-image overview

The CSS border-image property is a standard property in CSS Backgrounds and Borders. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

border-image formal syntax
FieldValue
Formal syntax<'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>
Initial valueborder-image-source, border-image-slice, border-image-width, border-image-outset, border-image-repeat
Applies toallElementsExceptTableElementsWhenCollapse
InheritedNo
Percentagesborder-image-slice, border-image-width
Computed valueborder-image-source, border-image-slice, border-image-width, border-image-outset, border-image-repeat
Animation typeborder-image-source, border-image-slice, border-image-width, border-image-outset, border-image-repeat
Mediavisual
Specification groupCSS Backgrounds and Borders
StatusStandard

Practical examples

These declarations demonstrate valid ways to set border-image. The initial and inherit global keywords remain available even when a property-specific value is preferable.

border-image live example
CSS .reset-example { border-image: initial; } .inherit-example { border-image: inherit; } @supports (border-image: initial) { .supported { border-image: initial; } }

Description

The CSS border-image property is a standard property in CSS Backgrounds and Borders. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: border-image
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies