Border Width
Atomic props for controlling the style of an element's borders.
Atomic Props | CSS Properties |
---|---|
border-{value} | border-width: {value}; |
border{Top,Right,Bottom,Left}-{value} | border-{side}-width: {value}; |
#
All sidesUse border-{value}
props to set the border width for all sides of an element.
SyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
Single sideUse border{Top,Right,Bottom,Left}-{value}
props to set the border width for one side of an element.
SyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO