css.properties

border-right-width

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

Formal Syntax

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

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-right-width11112
medium11112
thick11112
thin11112

Related Properties