Skip to content

Instantly share code, notes, and snippets.

@jhixson
Created November 5, 2012 19:00
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 jhixson/4019615 to your computer and use it in GitHub Desktop.
Save jhixson/4019615 to your computer and use it in GitHub Desktop.
Heading and first row...
<table class="stylish">
<tbody>
<tr>
<th class="first">&nbsp;</th>
<td class="left" colspan="2">Day</td>
<td class="left dark" colspan="2">Night</td>
</tr>
<tr>
<th class="first">&nbsp;</th>
<th>Adult</th>
<th>Junior/Senior</th>
<th>Adult</th>
<th>Junior/Senior</th>
</tr>
<tr>
<td class="first"><strong>Monday &amp; Tuesday</strong></td>
<td>$32</td>
<td>$32</td>
<td class="dark">- </td>
<td class="dark">- </td>
</tr>
</tbody>
</table>
  Day Night
  Adult Junior/Senior Adult Junior/Senior
Monday & Tuesday $32 $32 - -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment