Skip to content

Instantly share code, notes, and snippets.

@pauljacobson
Last active January 29, 2018 10:56
Show Gist options
  • Save pauljacobson/fcb5acb5020f3dfcf50073cc1bca0b39 to your computer and use it in GitHub Desktop.
Save pauljacobson/fcb5acb5020f3dfcf50073cc1bca0b39 to your computer and use it in GitHub Desktop.
A basic table layout
<p>Table</p>
<table>
<colgroup>
<col/>
<col/>
</colgroup>
<tbody>
<tr>
<td>Logo 1</td>
<td>Text description</td>
</tr>
<tr>
<td>Logo 2</td>
<td>Text description</td>
</tr>
<tr>
<td>Logo 3</td>
<td>Text description</td>
</tr>
<tr>
<td>Logo 4</td>
<td>Text description</td>
</tr>
<tr>
<td>Logo 5</td>
<td>Text description</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment