border-inline-start-color

Introduction

The border-inline-start-color CSS property defines the color of the logical inline start border of an element.

In a horizontal-tb writing mode with LTR direction, it corresponds to the border-left-color property. In a horizontal-tb writing mode with RTL direction, it corresponds to the border-right-color property.

Examples

Syntax

border-inline-start-color: red;
border-inline-start-color: #ffbb00;
border-inline-start-color: rgb(255, 0, 0);
border-inline-start-color: hsla(100%, 50%, 25%, 0.75);
border-inline-start-color: currentColor;
border-inline-start-color: transparent;

Values

Formal definition

Initial value0px
Applies toall elements
Inheritedno
Animatableno

Formal syntax

transparent | <color>

Extensions

Compatibility

LCD tables only load in the browser

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.