1.1.1 #Border - Radius - Circle .br*-3
Sets the border style of an element to 3
Examples
Default styling
A div
.bra-3
Sets border radius for all corners to 3
A div
.brt-3
Sets border radius for top corners to 3
A div
.brr-3
Sets border radius for right corners to 3
A div
.brb-3
Sets border radius for bottom corners to 3
A div
.brl-3
Sets border radius for left corners to 3
A div
.brtl-3
Sets border radius for top left corner to 3
A div
.brtr-3
Sets border radius for top right corner to 3
A div
.brbr-3
Sets border radius for bottom right corner to 3
A div
.brbl-3
Sets border radius for bottom left corners to 3
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source:
dist/standard/standard.css
, line 696