
PUT_THE_TITLE_HERE
USAGE: <h1 class="thk">PUT_THE_TITLE_HERE</h1>
PUT_THE_TITLE_HERE
USAGE: <h2 class="thk">PUT_THE_TITLE_HERE</h2>
Ad usu dolorem theophrastus, et vim audiam theophrastus definitionem. Ne mei elaboraret constituam, ad qui tale doming torquatos. His graeci labore an, has ea mundi delicata ocurreret, per aliquid omnesque maiestatis ad. Eu admodum partiendo principes sea, te his quis graeco argumentum, at vix aeque sapientem forensibus. Omnesque assueverit ne pro, eu ullum dissentiet necessitatibus vel.
USAGE:
<blockquote class="thk">
Ad usu dolorem theophrastus, et vim audiam theophrastus definitionem. Ne mei elaboraret constituam, ad qui tale doming torquatos. His graeci labore an, has ea mundi delicata ocurreret, per aliquid omnesque maiestatis ad. Eu admodum partiendo principes sea, te his quis graeco argumentum, at vix aeque sapientem forensibus. Omnesque assueverit ne pro, eu ullum dissentiet necessitatibus vel.
<span class="block-author">— Wise Man</span>
</blockquote>
Responsive Table
Beverage | Short | Tall |
---|---|---|
Brewed Coffee | 180mg | 260mg |
Caffe Latte | 180mg | 260mg |
Usage
Change the color of the header by changing the class property of the table.
Thriving Happy Kids: <table class="responsive-table thk-table">
Complete Sample
<table class="responsive-table thk-table">
<thead>
<tr>
<th>Beverage</th>
<th>Short</th>
<th>Tall</th>
</tr>
</thead>
<tbody>
<tr>
<td>Brewed Coffee</td>
<td>180mg</td>
<td>260mg</td>
</tr>
<tr>
<td>Caffe Latte</td>
<td>180mg</td>
<td>260mg</td>
</tr>
</tbody>
</table>