Skip to content

Instantly share code, notes, and snippets.

View luishron's full-sized avatar

Luis Hernádez luishron

View GitHub Profile
@luishron
luishron / dabblet.css
Created October 18, 2013 21:03 — forked from LeaVerou/dabblet.css
Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
/**
* Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
* Caveat: Not DRY. The content needs to be repeated in a data- attribute (or directly in the CSS).
*/
body {
background: #ccc51c;
min-height: 100%;
}