Skip to content

Instantly share code, notes, and snippets.

View mouton-rebelle's full-sized avatar
🏠
Working from home

Cédric Fontaine mouton-rebelle

🏠
Working from home
View GitHub Profile
@mouton-rebelle
mouton-rebelle / dabblet.css
Last active August 29, 2015 14:25 — forked from nyamsprod/dabblet.css
The Kitt Effect using Efficient CSS Animation
/**
* The Kitt Effect using Efficient CSS Animation
*/
html, body {
font:normal 100%/1.5 sans-serif;
}
.kitt,
.kitt div,
@mouton-rebelle
mouton-rebelle / dabblet.css
Created March 15, 2013 14:28 — forked from LeaVerou/dabblet.css
iOS 6 style switch checkboxes
/**
* iOS 6 style switch checkboxes
* by Lea Verou http://lea.verou.me
*/
:root input[type="checkbox"] { /* :root here acting as a filter for older browsers */
position: absolute;
opacity: 0;
}
@mouton-rebelle
mouton-rebelle / gist:3296054
Created August 8, 2012 15:40 — forked from idan/gist:3135754
A Sample Post

Hello there! This is a sample post for gist.io, a super-lightweight writing soapbox for hackers.

Now look up. Further. Above the post title. See that grey text with the gist ID?

Now back to me. That grey text is a link! Open that sucker in a new tab to see the source for this post. Also, I'm on a horse.

This is a major heading

If you peek at it with a web inspector, you'll see that it is a second-level heading. You can use first level headings, but they'll look just like the second level ones, and the gods of the HTML5 outlining algorithm will frown upon you.