CSS Outline Property

Description:
Sets the outline properties. Used as a type of shortcut, instead of
listing each property separately.
Syntax:
outline: [value1],[value2] ...
Possible Values:
- [outline-color]
- [outline-style]
- [outline-width]
- inherit
Initial Value:
Based on individual properties
Applies To:
All elements
Inherited:
No
Media:
Visual, Interactive
Example:
button {outline: thick solid red;}





