Syntax

Border Style

Setting the line style for an element’s border.

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

Overview

ClassDeclarations
b:styleborder: style;
bt:styleborder-top: style;
bb:styleborder-bottom: style;
bl:styleborder-left: style;
br:styleborder-right: style;
bx:styleborder-left: style; border-right: style;
by:styleborder-top: style; border-bottom: style;
b:noneborder-style: none;
b:hiddenborder-style: hidden;
b:dottedborder-style: dotted;
b:dashedborder-style: dashed;
b:solidborder-style: solid;
b:doubleborder-style: double;
b:grooveborder-style: groove;
b:ridgeborder-style: ridge;
b:insetborder-style: inset;
b:outsetborder-style: outset;

Conditionally apply

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

<div class="border-style:solid:hover border-style:solid@sm border-style:solid@dark border-style:solid@print"></div>
Syntax
Border Radius

Setting radius of an element’s corners.

Syntax
Border Width

Setting the width of an element’s border.

© Aoyue Design LLC.