css.properties

border-block-end

The border-block-end property shorthand for all block end border properties.

Formal Syntax

<line-width> || <line-style> || <color>

See specification

JavaScript Access

// Access via element.style
element.style.borderBlockEnd = 'See individual properties';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-block-end694112.179
currentColor694112.179
dashed694112.179
dotted694112.179
double694112.179
groove694112.179
hidden694112.179
inset694112.179
medium694112.179
none694112.179
outset694112.179
ridge694112.179
solid694112.179
thick694112.179
thin694112.179
transparent694112.179

Related Properties