Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Last active March 8, 2017 20:09
Show Gist options
  • Save estefanionsantos/972b72a54a06cf3d303c335df9fe9098 to your computer and use it in GitHub Desktop.
Save estefanionsantos/972b72a54a06cf3d303c335df9fe9098 to your computer and use it in GitHub Desktop.
tab_border
<table class="tb_border expand">
<thead>
<tr>
<th>#</th>
<th>Name</th>
<th>Occupation</th>
<th>User</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John</td>
<td>Engineer</td>
<td>@john</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment