Skip to content

Instantly share code, notes, and snippets.

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