Skip to content

Instantly share code, notes, and snippets.

@kenjisato
Last active August 3, 2020 03:43
Show Gist options
  • Save kenjisato/017b3edd3bbeaadb35b8409372401690 to your computer and use it in GitHub Desktop.
Save kenjisato/017b3edd3bbeaadb35b8409372401690 to your computer and use it in GitHub Desktop.
.bordered-table table {
border-collapse: collapse;
border-spacing: 0;
border:1px solid rgba(0, 0, 0, 1);
}
.bordered-table th {
border:1px solid rgba(0, 0, 0, 1);
}
.bordered-table tbody tr:nth-child(odd) {
background-color: rgba(242,242,242, 0.8);
}
.bordered-table td{
border:1px solid rgba(0, 0, 0, 1);
padding: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment