css.properties

border-inline-end

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

Formal Syntax

border-inline-end = <line-width> || <line-style> || <color> <line-width> = <length [0,โˆž]> | thin | medium | thick <line-style> = none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset <color> = <color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()>

See specification

JavaScript Access

// Access via element.style element.style.borderInlineEnd = "See individual properties";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-inline-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