CSS border-inline-start-width
The border-inline-start-width
property sets the width of the inline start border of an element, which is the left border in ltr
languages and the right border in rtl
languages.
Here's the syntax for the border-inline-start-width
property:
selector {
border-inline-start-width: value;
}
The value can be specified in pixels, percentage, em, rem, etc.