@media screen and (max-width: 600px) {
table td:before {
content: attr(data-label);
float: left;
text-transform: uppercase;
font-weight: bold;
}
}
Source: https://techblog.livingsocial.com/blog/2015/04/06/responsive-tables-in-pure-css/
Categories: UI/UX |
Leave a Reply
[TOP]