---
layout: single
property_name: outline-style
---
Defines the style of the element's outlines.
Removes the element's outlines.
Turns the outline into a sequence of dots.
Turns the outline into a sequence of dashes.
Turns the outline into a solid line.
Splits the outline into two lines.
Sets an inset style to the outlines.
#outline-style
default
outline-style: none;
outline-style: dotted;
outline-style: dashed;
outline-style: solid;
outline-style: double;
outline-style: groove;