HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

border-inline-width

Description

The border-inline-width property for CSS is shorthand for border-inline-start-width and border-inline-end-width.

Syntax

CSS

border-inline-width: value;

JS

object.style.borderInlineWidth = "value";

Values

<'border-inline-width'> = <'border-top-width'>{1,2}
<'border-top-width'> = <line-width>
<line-width> = <length [0,∞]> | thin | medium | thick
<length>

Specifies the length using a number followed by a unit of measurement.

thin

A thin line.

medium

A medium line.

thick

A thick line.

Initial

medium

Examples

1 · length

2 · medium

3 · thick

4 · thin

5 · JS