CSS for Outlines
Styling outlines with CSS
| Property | Description | Values |
|---|---|---|
| outline | A shorthand property for setting all the outline properties in one declaration | outline-color outline-style outline-width |
| outline-color | Sets the color of the outline around an element | color invert |
| outline-style | Sets the style of the outline around an element | none dotted dashed solid double groove ridge inset outset |
| outline-width | Sets the width of the outline around an element | thin medium thick length |
