Created
October 20, 2015 01:44
-
-
Save ssplatt/a37c447d77d1cad4b5e9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 style="border-collapse: collapse; margin: 0px auto; padding: 0px;"> | |
<thead style="background: silver; font-size: 1.5em; font-weight: bold; padding: 5px; border-bottom: 2px solid grey;">This is the heading</thead> | |
<tbody> | |
<tr> | |
<td style="border: 0px; padding: 5px; border: 1px solid grey;">things</td> | |
<td style="border: 0px; padding: 5px; border: 1px solid grey;">more things</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment