Skip to content

Border Style

Below, utility classes to apply border-style property.

ClassProperties
.border-hiddenborder-style: hidden;
.border-solidborder-style: solid;
.border-dashedborder-style: dashed;
.border-dottedborder-style: dotted;

Example(s)

html
<div class="border-2 border-hidden ..."></div>
<div class="border-2 border-solid ..."></div>
<div class="border-2 border-dashed ..."></div>
<div class="border-2 border-dotted ..."></div>

Released under the Beerware 🍺 License.