You are here : cssCSS 3border-image-width

border-image-width - CSS 3

The border-image-width property specifies the width of the border image.Tip: Also look at the border-image property 
(a shorthand property for setting all the border-image-* properties).


Syntax

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


Example

#borderimg
	{
	   
	border-image-source: url(border.png);
	    border-image-width: 10px;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference