border-block-end-style

Specifies whether the 'end' block border is solid, dashed, dotted, etc. In standard horizontal English text, this corresponds to the bottom border style.

Quick example

.divider {
  /* Creates a dashed line at the bottom of the element */
  border-block-end-style: dashed;
  border-block-end-width: 2px;
  border-block-end-color: #cbd5e1;
}

Quick facts

Initial value
none
Inherited
No
Applies to
all elements
Animation type
discrete

Values

border-top-style

border-block-end-style Browser Support

Widely available Since 2021 95% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2021.

Safe to use without fallbacks.

69+
41+
12.1+
79+
ESC