Border
Border of your HTML element
Last updated
Was this helpful?
Border of your HTML element
Last updated
Was this helpful?
To give the border to your HTML element
There are majorly 5 types of border with
.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