description & Usage
Using the border-inline-end-color property, we can determine the inner end color of the border.
Informations
# | Description |
---|---|
Default Value | The current color of the element |
Inherited | no |
Animatable | yes |
Version | CSS3 |
JavaScript syntax | object.style.borderInlineEndColor="pink" |
Browser compatibility and Support
# | Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
border-inline-end-color |
Syntax
Values
Values | Description |
---|---|
color | Specifies the color border. |
transparent | Makes the border color transparent. |
initial | Adds this value to its default property. |
inherit | It inherits this value from its parent tag. |