CSS border-image-source Property
The border-image-source property is used to specify the image source that will be used as an element's border.
Syntax
Property Values
| Value | Description |
|---|---|
| none | There will be no use of images. |
| image | The image's path to be used as a border. |
| 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-source | 15.0 | 15.0 | 6.0 | 11.0 | 15.0 |