CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS border image width Property

CSS border-image-width Property

 

 

The border-image-width property is used to specify the width of the border-image.

 

Default Value:-

 

Its default value is 1.

 

Syntax:-

 

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

 

Further Explanation:-

 

Value Description
length A length unit in px specifying the size of the border-width
number Default value 1. Represents multiples of the corresponding border width.
% Refers to the size of the border-image area i.e, the width of the area for horizontal offsets and the height for vertical offsets
auto If specified, the width is the intrinsic width or height of the corresponding image slice
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS