Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created October 4, 2015 11:44
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 chuck0523/124d5d4f90600640f818 to your computer and use it in GitHub Desktop.
Save chuck0523/124d5d4f90600640f818 to your computer and use it in GitHub Desktop.
table {
border-collapse: collapse;
margin: 10vh auto;
width: 30vw;
text-align: center;
}
.tr:not(:first-child):not(:last-child) .td {
border-top: #000 1px solid;
border-bottom: #000 1px solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment