stroke width of the element's border
1
stroke width of the element's border
This is a shortcut property that can set up to all four border width properties in one statement. The number of values given determines which borders are affected. 4 values: top, right, bottom, left 3 values: top, right and left, bottom 2 values: top and bottom, right and left 1 value: all four borders
Value | Description |
---|---|
Values | |
length | a CSS length value (in pixels, ems, inches, etc.) |
medium | a medium border (as determined by browser) |
thick | a thick border (as determined by browser) |
thin | a thin border (as determined by browser) |