CSS borderimagewidth Property (original) (raw)

CSS border-image-width Property

Last Updated : 23 Aug, 2024

The **CSS border-image-width Property is used to set the width of the border image. It can be set by providing multiple values.

**Syntax:

border-image-width: number | % | auto | initial | inherit;

**Default Value: Its default value is 1.

**Property Values:

**Example 1:

html `

CSS|border-image-width Property