New! My 44-page ebook "CSS in 44 minutes" is out! 😃
#border-left
Shorthand property for border-left-width
border-left-style
and border-left-color
.
border-left: 4px dotted red;
The order is important:
- width
- style
- color
border-left: 2px solid;
Only the color is optional. If you omit it, the color applied will be the color of the text.