Skip to content

Instantly share code, notes, and snippets.

@asvae
Created September 13, 2015 15:45
Show Gist options
  • Save asvae/bdc6f265b8d4d45610ff to your computer and use it in GitHub Desktop.
Save asvae/bdc6f265b8d4d45610ff to your computer and use it in GitHub Desktop.
Maximized colspan
<table>
<tr>
<td>Varying</td>
<td>number</td>
<td>of</td>
<td>columns</td>
</tr>
<tr>
<td colspan="42">One row to rule them all</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment