css.properties

border-width

The border-width property sets the width of all borders.

Formal Syntax

border-width = <'border-top-width'>{1,4}

See specification

JavaScript Access

// Access via element.style element.style.borderWidth = "value";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-width11112
medium11112
thick11112
thin11112

Related Properties