css.properties

border-right

The border-right property shorthand for all right border properties.

Formal Syntax

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

See specification

JavaScript Access

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

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
border-right11112
currentColor≤31≤50≤9.1≤15
dashed11112
dotted11112
double11112
groove11112
hidden11112
inset11112
medium11112
none11112
outset11112
ridge11112
solid11112
thick11112
thin11112
transparent11112

Related Properties