Created
October 15, 2015 23:54
-
-
Save house9/126d95196c3087495002 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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">[email protected]</td> | |
</tr> | |
<tr> | |
<td data-label="Name">Jane Doe</td> | |
<td data-label="Phone">(800) 777-0000</td> | |
<td data-label="Email">[email protected]</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
css: https://gist.github.com/house9/2d2abdb76354c8b2c23a