Skip to main content

Border Width

Atomic props for controlling the style of an element's borders.

Atomic PropsCSS Properties
border-{value}border-width: {value};
border{Top,Right,Bottom,Left}-{value}border-{side}-width: {value};

All sides

Use border-{value} props to set the border width for all sides of an element.

Result
Loading...
Live Editor

Single side

Use border{Top,Right,Bottom,Left}-{value} props to set the border width for one side of an element.

Result
Loading...
Live Editor