CSS border-block-end-color Property Reference

The CSS border-block-end-color property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

CSS border-block-end-color Property Reference

The CSS border-block-end-color property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

border-block-end-color overview

The CSS border-block-end-color property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

border-block-end-color formal syntax
FieldValue
Formal syntax<'border-top-color'>
Initial valuecurrentcolor
Applies toallElements
InheritedNo
Percentagesno
Computed valuecomputedColor
Animation typebyComputedValueType
Mediavisual
Specification groupCSS Logical Properties and Values
StatusStandard

Practical examples

These declarations demonstrate valid ways to set border-block-end-color. The initial and inherit global keywords remain available even when a property-specific value is preferable.

border-block-end-color live example
CSS .reset-example { border-block-end-color: initial; } .inherit-example { border-block-end-color: inherit; } @supports (border-block-end-color: initial) { .supported { border-block-end-color: initial; } }

Related references

Description

The CSS border-block-end-color property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: border-block-end-color
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies