Skip to content

Instantly share code, notes, and snippets.

@ssplatt
Created October 20, 2015 01:44
Show Gist options
  • Save ssplatt/a37c447d77d1cad4b5e9 to your computer and use it in GitHub Desktop.
Save ssplatt/a37c447d77d1cad4b5e9 to your computer and use it in GitHub Desktop.
<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