The border-inline-style property is an inbuilt property in CSS which is used to set the individual logical block inline-border-style property values in a single place in the style sheet. It sets the inline border-style top(left), and bottom(right) of the defining border element.
Syntax:
border-inline-style: style;
Property values:
style: This property holds the style of the border dashed, border, dotted, etc.