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