Skip to content

Instantly share code, notes, and snippets.

@epogue
Created March 5, 2014 22:25
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 epogue/9377941 to your computer and use it in GitHub Desktop.
Save epogue/9377941 to your computer and use it in GitHub Desktop.
St. Louis table
<notextile>
<table class="table table-bordered" cellpadding="0" cellspacing="0" style="max-width:600px;">
<tr class="headers">
<th></th>
<th>Halogen</th>
<th>LED</th>
</tr>
<tr>
<td><b>Bulb Life</b></td>
<td>5,000 hours</td>
<td>40,000 hours</td>
</tr>
<tr>
<td><b>Energy Usage</b></td>
<td>Low</td>
<td>Lower - 80%</td>
</tr>
<tr>
<td><b>Maintenance</b></td>
<td>Low</td>
<td>Low</td>
</tr>
<tr>
<td><b>Installation</b></td>
<td>Easy</td>
<td>Easier</td>
</tr>
</table>
</notextile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment