CSS border-image-width Property
The border-image-width CSS property is used to specify the width of the border image. It can be changed by entering multiple values.
Syntax
Property Values
| Value | Description |
|---|---|
| length | A length unit (px) indicating the width of the border. |
| number | The default value is 1. Multiples of the corresponding border-width are represented. |
| % | The width of the border image area for horizontal offsets, and the height of the area for vertical offsets. |
| auto | The width, if specified, is the intrinsic width or height of the corresponding image slice. |
| 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-width | 15.0 | 13.0 | 6.0 | 11.0 | 15.0 |