CSS Outline-Color Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
Specifies the color of the outline of the element.
Syntax
outline-color: [value];
Possible values
- [color]
- invert
- inherit
Initial Value
Invert
Applies To
All elements
Inherited
No
Media
Visual, Interactive
Example
p {outline-color: blue;}
Loading Twitter