border-inline-end-color

Introduction

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

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

Examples

demo

Syntax

border-inline-end-color: red;
border-inline-end-color: #ffbb00;
border-inline-end-color: rgb(255, 0, 0);
border-inline-end-color: hsla(100%, 50%, 25%, 0.75);
border-inline-end-color: currentColor;
border-inline-end-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.