Skip to content

Instantly share code, notes, and snippets.

View Ruslan2230's full-sized avatar
๐Ÿ‘Œ
Live and learn

Ruslan Hrytsak Ruslan2230

๐Ÿ‘Œ
Live and learn
View GitHub Profile
@Ruslan2230
Ruslan2230 / dabblet.css
Created June 2, 2018 19:31 — forked from LeaVerou/dabblet.css
Responsive tables with text-shadow
/**
* Responsive tables with text-shadow
* Pros: No markup changes, works with normal table markup, no content duplication
* Cons: Need to know max number of rows, doesn't work with all styles
*/
@media (max-width: 600px) {
tr, td, th, thead, tbody, table {
display: block;
}