New! My 44-page ebook "CSS in 44 minutes" is out! 😃
#border-left-width
Like border-width
, but for the left border only.
default
border-left-width: 0;
Removes the left border.
border-left-width: 4px;
You can use pixel values.