Created
April 6, 2017 13:43
-
-
Save hwshim0810/2f8a06f72a855e1b4367388cf3c3ac08 to your computer and use it in GitHub Desktop.
jekyll markdown border css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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