Striped Table

Show us your data


How they look

View demo Open in new window
320 x 568
View code
    <table class="gg-c-striped-table">
  <thead>
    <tr>
      <th>Price per month</th>
      <th>Data</th>
      <th>Minutes</th>
      <th>Texts</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>£6</td>
      <td>500MB</td>
      <td>300</td>
      <td>500</td>
    </tr>
    <tr>
      <td>£8</td>
      <td>2GB</td>
      <td>500</td>
      <td>unlimited</td>
    </tr>
  </tbody>
</table>