Skip to content

Instantly share code, notes, and snippets.

View brianchung808's full-sized avatar
🚶‍♂️

Brian Chung brianchung808

🚶‍♂️
View GitHub Profile
anonymous
anonymous / dabblet.css
Created May 7, 2013 04:35
Metro-like loading animation with CSS3
/** Metro-like loading animation with CSS3
*/
* {margin: 0; padding: 0;}
body {
background: #eee;
}
.loader {
margin: 50px auto;
text-align: center;
position: relative;