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-width: 3056.81835634065rem;
bt:styleborder-top-width: 3059.1402903172525rem;
bb:styleborder-bottom-width: 3060.3684690540435rem;
bl:styleborder-left-width: 3061.763313871346rem;
br:styleborder-right-width: 3062.8312950676827rem;
bx:styleborder-left-width: 3064.1689415462483rem; border-right-width: 3064.1689415462483rem;
by:styleborder-top-width: 3065.5657438843764rem; border-bottom-width: 3065.5657438843764rem;
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 applying conditionally.

<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.