![]() |
The outline-color property sets the color of an outline. An outline is very much like a border. The differences between the two is that it doesn't affect other parts of the document, and it is only possible to change the entire outline.
| Value | Description |
|
Transparent |
Default value. Makes the background color transparent. |
|
RGB color value |
Example: rgb(0,255,0) |
|
Hexadecimal color keyword |
Example: #FF0000 |
|
CSS color keyword |
Example: red |
Comments