Borders
Utilities for borders, border radius.
Example
The default border utility applies a solid, 1px border, with a default gray color.
.border
<div class="border">.border</div>
1
Borders can be applied to a specific edge or to the Y axis.
.border-top
.border-right
.border-bottom
.border-left
<div class="border-top">.border-top</div>
<div class="border-right">.border-right</div>
<div class="border-bottom">.border-bottom</div>
<div class="border-left">.border-left</div>
1
2
3
4
2
3
4
← Typography Box Shadow →