CSS border-image-outset Property
The CSS border-image-outset property specifies the distance by which an element's border image is placed outside its box.
Syntax
Property Values
| Value | Description |
|---|---|
| length | A length unit indicating how far the border-image will appear from the edges. The default value is 0. |
| number | Multiples of the corresponding border-width are represented. |
| initial | This property is set to its default value. |
| inherit | This property is inherited from its parent element. |
Supported Browsers
| Element | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| border-image-outset | 15.0 | 15.0 | 6.0 | 11.0 | 15.0 |