Skip to content

Instantly share code, notes, and snippets.

View ffoodd's full-sized avatar
🎯
Focusing

Gaël Poupard ffoodd

🎯
Focusing
View GitHub Profile
@ffoodd
ffoodd / dabblet.css
Created September 8, 2016 11:25
Hyphen separated attribute selector
/**
* Hyphen separated attribute selector
*/
html {background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
[class*="btn"] {color: red;}
@ffoodd
ffoodd / dabblet.css
Created March 17, 2016 14:29 — forked from vibby/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html::after { background-color: rgba(0, 0, 0, .8);
background-image:
linear-gradient(
to bottom,
transparent,
transparent 1.4em,
@ffoodd
ffoodd / dabblet.css
Last active February 23, 2016 08:28
Corps par défaut des titrailles
/**
* Corps par défaut des titrailles
*/
:root {
font-family: sans-serif;
}
@ffoodd
ffoodd / dabblet.css
Last active February 16, 2016 13:30
Dégradés
/**
* Dégradés
* Je voudrais que les motifs avec les petits points se répète sur le triangle qui déborde.
* Je m'y prends très mal, Help :D
*/
:root {
font-family: sans-serif;
}
@ffoodd
ffoodd / dabblet.css
Created February 16, 2016 12:57 — forked from LeaVerou/dabblet.css
Polka dot pattern
/**
* Polka dot pattern
*/
background: radial-gradient(circle, white 10%, transparent 10%),
radial-gradient(circle, white 10%, black 10%) 150px 50px;
background-size:100px 100px;
@ffoodd
ffoodd / dabblet.css
Last active February 16, 2016 13:26
Dégradés
/**
* Dégradés
* Je voudrais que les motifs avec les petits points se répète sur le triangle qui déborde.
* Je m'y prends très mal, Help :D
*/
:root {
font-family: sans-serif;
}
@ffoodd
ffoodd / dabblet.css
Last active February 16, 2016 11:51
Dégradés
/**
* Dégradés
* Je voudrais que les motifs avec les petits points se répète sur le triangle qui déborde.
* Je m'y prends très mal, Help :D
*/
:root {
font-family: sans-serif;
}
@ffoodd
ffoodd / dabblet.css
Created February 16, 2016 09:30 — forked from anonymous/dabblet.css
Dégradés
/**
* Dégradés
* Je voudrais que les motifs avec les petits points se répète sur le triangle qui déborde.
* Je m'y prends très mal, Help :D
*/
:root {
font-family: sans-serif;
}
@ffoodd
ffoodd / dabblet.css
Last active February 16, 2016 11:46
Dégradés
/**
* Dégradés
* Je voudrais que les motifs avec les petits points se répète sur le triangle qui déborde.
* Je m'y prends très mal, Help :D
*/
:root {
font-family: sans-serif;
}
@ffoodd
ffoodd / dabblet.css
Last active December 4, 2015 13:15
Formulaire inversé, sans CSS
/**
* Formulaire inversé, sans CSS
*/