Skip to content

Instantly share code, notes, and snippets.

@rjocoleman
Last active December 29, 2015 14:59
Show Gist options
  • Save rjocoleman/7687456 to your computer and use it in GitHub Desktop.
Save rjocoleman/7687456 to your computer and use it in GitHub Desktop.
<table class="container">
<tr>
<td>
<!-- Hero Row //start -->
<table class="row">
<tr>
<td class="wrapper last">
<table class="twelve columns">
<tr>
<td class="center panel">
<center>
<img class="center" src="http://placehold.it/580x300">
</center>
</td>
<td class="expander"></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Hero Row //end -->
<!-- Standard Row //start -->
<table class="row">
<tr>
<!-- Standard Row: column 1 //start -->
<td class="wrapper">
<table class="four columns">
<tr>
<td class="panel">
.four.columns
</td>
<td class="expander"></td>
</tr>
</table>
</td>
<!-- Standard Row: column 1 //end -->
<!-- Standard Row: column 2 //start -->
<td class="wrapper">
<table class="four columns">
<tr>
<td class="panel">
.four.columns
</td>
<td class="expander"></td>
</tr>
</table>
</td>
<!-- Standard Row: column 2 //end -->
<!-- Standard Row: column 3 //start -->
<td class="wrapper last">
<table class="four columns">
<tr>
<td class="panel">
.four.columns
</td>
<td class="expander"></td>
</tr>
</table>
</td>
<!-- Standard Row: column 3 //end -->
</tr>
</table>
<!-- Standard Row //end -->
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment