description & Usage
We use the border-inline-start-color property to determine the inner/initial border color.
Informations
| # | Description |
|---|---|
| Default Value | The current color of the element |
| Inherited | no |
| Animatable | yes |
| Version | CSS3 |
| JavaScript syntax | object.style.borderInlineStartColor="pink" |
Browser compatibility and Support
| # | Chrome | Edge | Firefox | Safari | Opera |
|---|---|---|---|---|---|
| border-inline-start-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. |