#outline

Shorthand property for outline-width outline-style and outline-color.

outline: 4px dotted red;

The order is important:

  • width
  • style
  • color

outline: 2px solid;

Only the color is optional. If you omit it, the color applied will be the color of the text.