border-inline-end-width

Introduction

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

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

Examples

Syntax

border-inline-end-width: thin;
border-inline-end-width: medium;
border-inline-end-width: thick;
border-inline-end-width: 10px;

Values

Formal definition

Initial valuesolid
Applies toall elements
Inheritedno
Animatableno

Formal syntax

thin | medium | thick | <length>

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.