CSS borderimagesource Property (original) (raw)

CSS border-image-source Property

Last Updated : 11 Jul, 2025

The **border-image-source property is used to specify the image source to be set as the border of an element.

**Syntax:

border-image-source: url(image-path.png)| none| initial****|** inherit;

**Note: If the value is none, the border styles will be used. The specified image can be divided into regions with the help of border-image-slice property.

**Default Value: Its default value is none.

**Values:

**Example:

HTML `

CSS | border-image-source Property

GeeksforGeeks

border-image-source property

GEEKSFORGEEKS

`

**Output:

**Supported Browsers: The browsers supported by _CSS | border-image-source Property are listed below: