outline-style
Name: outline-style
Description: Specifies the color of the outline of the element.
Browser Compatibility: O 7+
Inherited: No
Values:
- dashed
- dotted
- double
- groove
- inherit
- inset
- none [Initial value]
- outset
- ridge
- solid
Code Example:
p {outline-color: blue;}