border-inline-start-width

Introduction

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

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

Examples

Syntax

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

Values

Formal definition

Initial value0px
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.