Skip to content

Instantly share code, notes, and snippets.

View pablim's full-sized avatar

Pablo Vaz pablim

  • Brazil
  • 12:38 (UTC -03:00)
View GitHub Profile
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 {