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