Skip to content

Instantly share code, notes, and snippets.

@ahmadajmi
Created May 9, 2019 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadajmi/2bd708e7c6be4b2fd6ced6525ae0d98e to your computer and use it in GitHub Desktop.
Save ahmadajmi/2bd708e7c6be4b2fd6ced6525ae0d98e to your computer and use it in GitHub Desktop.
table {
width: 100%;
max-width: 100%;
}
table th,
table td {
padding: 16px;
text-align: left;
vertical-align: top;
border-top: 1px solid #EBF1F8;
font-weight: 400;
}
table thead th {
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
vertical-align: bottom;
border-bottom: 2px solid #EBF1F8;
}
table tbody + tbody {
border-top: 2px solid #EBF1F8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment