CSS Property: outline-style
The style of the outline around a box.
Possible Values
| Value | Description |
|---|---|
none | No outline. |
solid | Solid line. |
dotted | Series of dots. |
dashed | Series of dashes. |
double | Two solid lines. |
groove | Representation of a carved groove. Opposite of |
ridge | Representation of an embossed ridge. Opposite of |
inset | Representation of an inset depression. Opposite of |
outset | Representation of an outset extrusion. Opposite of |
inherit | |
initial | |
unset | |
Example
.mercedes { outline-style: solid; }
