CSS outline
Also see the full, alphabetical list of CSS properties
The CSS outline property is a shorthand property to specify all outline properties. Note that, unlike the border property, outline does not take up extra space and it can be non-rectangular.
| Syntax: | outline: <value1>, <value2> ...; |
| Possible Values: |
|
| Initial Value: | Based on individual properties |
| Applies to: | All elements |
| Inherited: | No |
| Media: | Visual, Interactive |
| Example: |
submit { outline: thick solid red }
|
