Skip to content

Instantly share code, notes, and snippets.

@house9
Created October 15, 2015 23:54
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 house9/126d95196c3087495002 to your computer and use it in GitHub Desktop.
Save house9/126d95196c3087495002 to your computer and use it in GitHub Desktop.
<div class="no-more-tables-container">
<table class="no-more-tables-portrait-only">
<thead>
<tr>
<td>Name</td>
<td>Phone</td>
<td>Email</td>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Name">Joe Bob</td>
<td data-label="Phone">(800) 333-0000</td>
<td data-label="Email">joe.bob@example.com</td>
</tr>
<tr>
<td data-label="Name">Jane Doe</td>
<td data-label="Phone">(800) 777-0000</td>
<td data-label="Email">jane.doe@example.com</td>
</tr>
</tbody>
</table>
</div>
@house9
Copy link
Author

house9 commented Oct 15, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment