CSS border-image-outset Property Reference

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

CSS border-image-outset Property Reference

The CSS border-image-outset 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-outset overview

The CSS border-image-outset 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-outset formal syntax
FieldValue
Formal syntax[ <length [0,∞]> | <number [0,∞]> ]{1,4}
Initial value0
Applies toallElementsExceptTableElementsWhenCollapse
InheritedNo
Percentagesno
Computed valueasSpecifiedRelativeToAbsoluteLengths
Animation typebyComputedValueType
Mediavisual
Specification groupCSS Backgrounds and Borders
StatusStandard

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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