use .border to add 1px solid border with default gray color.
<div class="border h-10">...</div>
or use .border-{color} for colored border.
<div class="border-red-dark h-10">...</div>
For border-radius: size use shorthand class .br-{size}.
Note: .br-none and .br-0 are the same.
Example | Class |
.br-none | |
.br-0 | |
.br-1 | |
.br-2 | |
.br-3 | |
.br-4 | |
.br-6 | |
.br-8 | |
.br-12 | |
.br-16 | |
.br-round |