Skip to content

Instantly share code, notes, and snippets.

@neilgee
Created February 15, 2014 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilgee/9026609 to your computer and use it in GitHub Desktop.
Save neilgee/9026609 to your computer and use it in GitHub Desktop.
Zurb Ink Container Only (12 column) Mark Up
<table class="container"><!--start of container-->
<tr>
<td>
<table class="row">
<tr>
<td class="wrapper last">
<table class="twelve columns">
<tr>
<td>
content in here
</td>
<td class="expander"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table><!--end of container-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment