To set the border color of an element, use the borderColor
property. By default, this
sets all border sides to the same color. You can also set the border color individually.
To set the border width of an element, use the border
property. By default, this sets
all border sides to the same width. You can also set the border width individually.
To set the border radius of an element, use the borderRadius
property. By default,
this sets all border sides to the same radius. You can also set the border radius individually.
To set the border radius size of an element, use the borderRadiusSize
property. By
default, this sets all border sides to the same radius size.