css.properties

border-block-width

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

Formal Syntax

<'border-top-width'>{1,2}

See specification

JavaScript Access

// Access via element.style
element.style.borderBlockWidth = 'value';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-block-width876614.187
medium876614.187
thick876614.187
thin876614.187

Related Properties