CSS border image width

CSS border image width is used to specify the width of the border image.


Syntax

Output

This is the paragraph inside the div to show border image width property.


CSS border image width values list

Sr. No. value Description
1 value Used to specify the value in px, percentage. The value for this for example 15px.
2 fill Used to show the middle part of the image.
3 initial Used to define as the property initial value.
4 inherit Used to define the computed value of property on the elements parent.
5 unset Used to define the property either acts as inherit or initial, depending on the property if it is inherited or not.