---
layout: single
property_name: border-right-style
---
Like
Removes the right border.
Turns the right border into a sequence of dots.
Turns the right border into a sequence of dashes.
Turns the right border into a solid line.
Splits the right border into two lines.
Sets an inset style to the right border.
#border-right-style
border-style, but for the right border only.default
border-right-style: none;
border-right-style: dotted;
border-right-style: dashed;
border-right-style: solid;
border-right-style: double;
border-right-style: groove;