Borders
Add Borders
border
applies a border to the entire element, while border-{SIDE}
applies a border to
a specific side of the element, where {SIDE}
is top
, right
,
bottom
, or left
.
border
border-top
border-right
border-bottom
border-left
Border Width
border-{WIDTH}
applies a border width to your element where {WIDTH}
is a number
between 0 & 10.
border-0
border-1
border-2
border-3
border-4
border-5
border-6
border-7
border-8
border-9
border-10