Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 7, 2019 05:09
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 parzibyte/52d4e0d514be5c58be1eb86cd605c6f3 to your computer and use it in GitHub Desktop.
Save parzibyte/52d4e0d514be5c58be1eb86cd605c6f3 to your computer and use it in GitHub Desktop.
table {
border-collapse: collapse;
}
table,
th,
td {
border: 1px solid black;
}
th,
td {
padding: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment