KC's Workspace
    Preparing search index...

    A value for the box-shadow property.

    interface BoxShadow {
        blur: Length;
        color: CssColor;
        inset: boolean;
        spread: Length;
        xOffset: Length;
        yOffset: Length;
    }
    Index

    Properties

    blur: Length

    The blur radius of the shadow.

    color: CssColor

    The color of the box shadow.

    inset: boolean

    Whether the shadow is inset within the box.

    spread: Length

    The spread distance of the shadow.

    xOffset: Length

    The x offset of the shadow.

    yOffset: Length

    The y offset of the shadow.