KC's Workspace
    Preparing search index...

    A value for the border-image shorthand property.

    interface BorderImage {
        outset: RectFor_LengthOrNumber;
        repeat: BorderImageRepeat;
        slice: BorderImageSlice;
        source: Image;
        width: RectFor_BorderImageSideWidth;
    }
    Index

    Properties

    The amount that the image extends beyond the border box.

    How the border image is scaled and tiled.

    The offsets that define where the image is sliced.

    source: Image

    The border image.

    The width of the border image.