Skip to content

Instantly share code, notes, and snippets.

table.scrolled-table {
border-spacing: 0;
font-family: sans-serif;
border-bottom: 4px solid teal;
width: 100%
}
table.scrolled-table thead tr th:first-child {
border-radius: 5px 0 0 0;
}
table.scrolled-table thead tr th:last-child {