CSS Help
Outline Properties
| Property | Description | Values |
| outline | Allows setting all the outline properties in a single declaration | outline-color outline-style outline-width |
| outline-color | Specifies the outline color around an element | color name invert |
| outline-style | Specifies the style of the outline around an element | none dotted dashed solid double groove ridge inset outset |
| outline-width | Specifies the width of the outline around an element | pixels (ex: 2px) thin medium thick |





