CSS border image outset

CSS border image outset is used to define how much border image can extend the block area.


Syntax

Output

This is the content to show outset of border image.


CSS border image outset values list

Sr. No. value Description
1 length Used to specify the border image area to extend beyond the box area. The value for this will be in px, cm em etc.
2 initial Used to define as the property initial value.
3 inherit Used to define the computed value of property on the elements parent.
4 unset Used to define the property either acts as inherit or initial, depending on the property if it is inherited or not.