Is it possible to add a visible bottom border in a table cell without having the left, right, and top border
Is it possible to add a visible bottom border in a table cell without having the left, right, and top border
whereCode:selector { border: none; border-bottom: 1px solid #000000; }selectoris eithertdfor a table data cell orthfor a table header cell
.selector {
border-bottom: 1px solid #000000;
}
Bookmarks