description & Usage
We determine the style and mode of the right border with the border-right-style property.
Browser compatibility and Support
# |
Chrome |
Edge |
Firefox |
Safari |
Opera |
border-right-style |
|
|
|
|
|
Values
Values |
Description |
none
|
It does not set any boundaries.
|
hidden
|
It sets a hidden and invisible border.
|
dotted
|
The margin of the point determines the point.
|
dashed
|
The margin of the piece determines the piece.
|
solid
|
Defines a border with a straight line.
|
double
|
Defines a double margin.
|
groove
|
Defines a grooved and three-dimensional border.
|
ridge
|
Defines a three-dimensional lined border.
|
inset
|
Determines an internal and three-dimensional border.
|
outset
|
Determines an external and three-dimensional border.
|
initial
|
Adds this value to its default property.
|
inherit
|
It inherits this value from its parent tag.
|