The border-left-style property sets the style of an element's left border.
border-left-style:none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;
p { border-style: solid; border-left-style: dotted; }