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