Skip to content

Instantly share code, notes, and snippets.

View IsraelObiagba's full-sized avatar
🎯
Focusing

Israel Obiagba IsraelObiagba

🎯
Focusing
View GitHub Profile
@IsraelObiagba
IsraelObiagba / dabblet.css
Created May 16, 2018 13:20 — 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;
}
@IsraelObiagba
IsraelObiagba / dabblet.css
Created May 16, 2018 13:19
Animated line headings
/**
* Animated line headings
*/
h1 {
display: flex;
align-items: center;
width: 100%;
box-sizing: border-box;
@IsraelObiagba
IsraelObiagba / dabblet.css
Last active May 16, 2018 13:19 — forked from LeaVerou/dabblet.css
Animated line headings
/**
* Animated line headings
*/
h1 {
display: flex;
align-items: center;
width: 100%;
box-sizing: border-box;