Skip to content

Instantly share code, notes, and snippets.

View azzcatdesign's full-sized avatar

Catherine Azzarello azzcatdesign

View GitHub Profile
@azzcatdesign
azzcatdesign / dabblet.css
Created February 9, 2012 03:30 — forked from LeaVerou/dabblet.css
Move in a circle without wrapper elements
/**
* Move in a circle without wrapper elements
* Idea by Aryeh Gregor, simplified by Lea Verou
*/
@keyframes rot {
from {
transform: rotate(0deg)
translate(-150px)
rotate(0deg);