KC's Workspace
    Preparing search index...

    A value for the background shorthand property.

    interface Background {
        attachment: BackgroundAttachment;
        clip: BackgroundClip;
        color: CssColor;
        image: Image;
        origin: BackgroundOrigin;
        position: BackgroundPosition;
        repeat: BackgroundRepeat;
        size: BackgroundSize;
    }
    Index

    Properties

    The background attachment.

    How the background should be clipped.

    color: CssColor

    The background color.

    image: Image

    The background image.

    The background origin.

    The background position.

    How the background image should repeat.

    The size of the background image.