css.properties

border-inline-end-width

The border-inline-end-width property sets the width of the inline end border.

Formal Syntax

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

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-inline-end-width694112.179
medium694112.179
thick694112.179
thin694112.179

Related Properties