Border
Border of your HTML element
Syntax
Border
To give the border to your HTML element
There are majorly 5 types of border with colors
.b-{..color..}
To give border in all direction (top,bottom,left,right).bt-{..color..}
To give border in top direction.bb-{..color..}
To give border in bottom direction.bl-{..color..}
To give border in left direction.br-{..color..}
To give border in right direction
Examples
Last updated