CSS outline-style

Previous Next

Demo of the different values of the outline-style property.

Click the property values below to see the result:

outline-style: none;
outline-style: dotted;
outline-style: dashed;
outline-style: solid;
outline-style: double;
outline-style: groove;
outline-style: ridge;
outline-style: inset;
outline-style: outset;
outline-style: hidden;

Play more with the code in our Tryit yourself editor: Try it Yourself ❯