css.properties

border-left-width

The border-left-width property sets the width of the left border.

Formal Syntax

border-left-width = <line-width> <line-width> = <length [0,โˆž]> | thin | medium | thick

See specification

JavaScript Access

// Access via element.style element.style.borderLeftWidth = "medium";

Logical Property Group

This property belongs to the border-width logical property group, which includes:

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-left-width11112
medium11112
thick11112
thin11112

Related Properties