This property is a shorthand property for border-left-width, border-left-style, and border-left-color.
<style> p { border-left: 6px solid red; background-color: lightgrey; } </style>