KC's Workspace
    Preparing search index...

    A value for the text-shadow property.

    interface TextShadow {
        blur: Length;
        color: CssColor;
        spread: Length;
        xOffset: Length;
        yOffset: Length;
    }
    Index

    Properties

    blur: Length

    The blur radius of the text shadow.

    color: CssColor

    The color of the text shadow.

    spread: Length

    The spread distance of the text shadow.

    xOffset: Length

    The x offset of the text shadow.

    yOffset: Length

    The y offset of the text shadow.