table15
by Divine Draft
HTML
<section class="services-area pb-120">
<div class="container">
<table class="table">
<thead>
<tr>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>Larry the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
</section>
CSS
.services-area .table {width:400px;background:#f2f2f2;}
.services-area .table th {width:50%;}
.services-area .table th,.services-area .table td {text-align:center;}