Syntax

Outline Style

Setting the style of an element's outline.

🚧This page is still under construction and some content may not be complete.

Overview

ClassDeclarations
outline-style:styleoutline-style: style;
outline:noneoutline-style: none;
outline:dottedoutline-style: dotted;
outline:dashedoutline-style: dashed;
outline:solidoutline-style: solid;
outline:doubleoutline-style: double;
outline:grooveoutline-style: groove;
outline:ridgeoutline-style: ridge;
outline:insetoutline-style: inset;
outline:outsetoutline-style: outset;

Conditionally apply

Apply styles based on different states using selectors and conditional queries.

<div class="outline-style:solid:hover outline-style:solid@sm outline-style:solid@dark outline-style:solid@print"></div>
Syntax
Outline Offset

Setting the spacing between an outline and the border of an element.

Syntax
Outline Width

Setting the thickness of an element's outline.

© Aoyue Design LLC.