borders
border-width
Utilities for controlling the width of an element's borders.
| Class | Style |
|---|
| border-zero | border-width: 0; |
| border-0 | border-width: 0; |
| border-1 | border-width: 1px; |
| border-2 | border-width: 2px; |
| border-4 | border-width: 4px; |
| border-8 | border-width: 8px; |
| Class | Style |
|---|
| border-t-zero | border-top-width: 0; |
| border-t-0 | border-top-width: 0; |
| border-t-1 | border-top-width: 1px; |
| border-t-2 | border-top-width: 2px; |
| border-t-4 | border-top-width: 4px; |
| border-t-8 | border-top-width: 8px; |
| Class | Style |
|---|
| border-r-zero | border-right-width: 0; |
| border-r-0 | border-right-width: 0; |
| border-r-1 | border-right-width: 1px; |
| border-r-2 | border-right-width: 2px; |
| border-r-4 | border-right-width: 4px; |
| border-r-8 | border-right-width: 8px; |
| Class | Style |
|---|
| border-b-zero | border-bottom-width: 0; |
| border-b-0 | border-bottom-width: 0; |
| border-b-1 | border-bottom-width: 1px; |
| border-b-2 | border-bottom-width: 2px; |
| border-b-4 | border-bottom-width: 4px; |
| border-b-8 | border-bottom-width: 8px; |
| Class | Style |
|---|
| border-l-zero | border-left-width: 0; |
| border-l-0 | border-left-width: 0; |
| border-l-1 | border-left-width: 1px; |
| border-l-2 | border-left-width: 2px; |
| border-l-4 | border-left-width: 4px; |
| border-l-8 | border-left-width: 8px; |
| Class | Style |
|---|
| border-y-zero | border-block-width: 0; |
| border-y-0 | border-block-width: 0; |
| border-y-1 | border-block-width: 1px; |
| border-y-2 | border-block-width: 2px; |
| border-y-4 | border-block-width: 4px; |
| border-y-8 | border-block-width: 8px; |
| Class | Style |
|---|
| border-x-zero | border-inline-width: 0; |
| border-x-0 | border-inline-width: 0; |
| border-x-1 | border-inline-width: 1px; |
| border-x-2 | border-inline-width: 2px; |
| border-x-4 | border-inline-width: 4px; |
| border-x-8 | border-inline-width: 8px; |