The border-image
property is used to display a drawn border around an element.
The thickness of the frame is set by the border
property, and if border: 0
is specified, then the frame is not displayed. For other values of border, the drawing always takes precedence. The background, if set via the background
property, is displayed below the frame.
background-image: bg-image;