p {
border: 5px solid red;
}
p {
border-left: 6px solid red;
background-color: lightgrey;
}
To shorten the code, it is also possible to specify all the individual border properties in one property.
The border property is a shorthand property for individual border properties.