KC's Workspace
    Preparing search index...

    A value for the border-color shorthand property.

    interface BorderColor {
        bottom: CssColor;
        left: CssColor;
        right: CssColor;
        top: CssColor;
    }
    Index

    Properties

    Properties

    bottom: CssColor

    The bottom value.

    left: CssColor

    The left value.

    right: CssColor

    The right value.

    The top value.