css.properties

border-image-outset

The border-image-outset property specifies how far the border image extends beyond the border box.

Formal Syntax

border-image-outset = [ <length [0,โˆž]> | <number [0,โˆž]> ]{1,4}

See specification

JavaScript Access

// Access via element.style element.style.borderImageOutset = 0;

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-image-outset1515612

Related Properties