Skip to content

Instantly share code, notes, and snippets.

View saqibshakil's full-sized avatar

Saqib Shakil saqibshakil

View GitHub Profile
@saqibshakil
saqibshakil / dabblet.css
Created May 20, 2014 10:23 — forked from LeaVerou/dabblet.css
(C)Leanest CSS spinner ever
/**
* (C)Leanest CSS spinner ever
*/
@keyframes spin {
to { transform: rotate(1turn); }
}
.progress {
position: relative;