|
The outline-style property sets the style of the outline. It works like border-style. For example: button {outline-style: dotted;} You can set the style to none, dotted, dashed, solid, double, groove, ridge, inset, or outset. |
More information outline-style |