css.properties

border-bottom-width

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

Formal Syntax

<line-width>

See specification

JavaScript Access

// Access via element.style
element.style.borderBottomWidth = 'medium';

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-bottom-width11112
medium11112
thick11112
thin11112

Related Properties