CSS border-image-outset property

Description

It specifies the border image area that extends beyond the boundaries of border box.

Syntax

border-image-outset : length | number

Property values

lengthDefault

represents the width of border image outset.

border-image-outset: 0px;

number

This number represents multiple of the border-width. If 3 is the value of border-image-outset and border-width is 5px then the computed value would be 15px.

border-image-outset: 3;

Applicable to

It applies to all elements except the table with border-collapse:collapse; property.

#CSS digger
Was this article helpful?

 
It specifies the border image area that extends beyond the boundaries of border.
×

Ctrl+D