Skip to content

Instantly share code, notes, and snippets.

@Egnod
Created July 13, 2019 17:34
Show Gist options
  • Save Egnod/ee0757bef7e4e19ac14a61d2a50619ac to your computer and use it in GitHub Desktop.
Save Egnod/ee0757bef7e4e19ac14a61d2a50619ac to your computer and use it in GitHub Desktop.
table.minimalistBlack {
border: 3px solid #000000;
width: 100%;
text-align: left;
border-collapse: collapse;
}
table.minimalistBlack td, table.minimalistBlack th {
border: 1px solid #000000;
padding: 5px 4px;
}
table.minimalistBlack tbody td {
font-size: 13px;
}
table.minimalistBlack thead th {
font-size: 15px;
font-weight: bold;
color: #000000;
text-align: left;
}
table.minimalistBlack tfoot {
font-size: 14px;
font-weight: bold;
color: #000000;
border-top: 3px solid #000000;
}
table.minimalistBlack tfoot td {
font-size: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment