Skip to content

Instantly share code, notes, and snippets.

@zanderwar
Last active August 29, 2015 14:27
Show Gist options
  • Save zanderwar/641d5af44c8e39d9ee13 to your computer and use it in GitHub Desktop.
Save zanderwar/641d5af44c8e39d9ee13 to your computer and use it in GitHub Desktop.
<table class='ipsTable ipsMatrix ipsTable_zebra ipsBox'>
<thead>
<tr>
<th>ID</th>
<th>Name</th>
<th>Position</th>
<th>Department</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John Doe</td>
<td>Executive</th>
<td>Sales</td>
</tr>
<tr>
<td>2</td>
<td>John Doe</td>
<td>Executive</th>
<td>Sales</td>
</tr>
<tr>
<td>3</td>
<td>John Doe</td>
<td>Executive</th>
<td>Sales</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment