css.properties

border-top-width

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

Formal Syntax

<line-width>

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-top-width11112
medium11112
thick11112
thin11112

Related Properties