Skip to content

Instantly share code, notes, and snippets.

@hwshim0810
Created April 6, 2017 13:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hwshim0810/2f8a06f72a855e1b4367388cf3c3ac08 to your computer and use it in GitHub Desktop.
jekyll markdown border css
table{
border-collapse: collapse;
border-spacing: 0;
border:2px solid;
}
th{
border:2px solid #000000;
}
td{
border:1px solid #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment