Skip to content

Instantly share code, notes, and snippets.

View crazyrohila's full-sized avatar
🏠
Working from home

Sanjay Rohila crazyrohila

🏠
Working from home
View GitHub Profile
@crazyrohila
crazyrohila / dabblet.css
Created February 28, 2013 18:16 — forked from anonymous/dabblet.css
Bat-ball
/**
* Bat-ball
*/
@keyframes ball {
0% {
left: -20%;
transform: rotate(0deg);
}
30% {
@crazyrohila
crazyrohila / dabblet.css
Created February 28, 2013 18:11
CSS3 watch.
/**
* CSS3 watch.
*/
#clock {
background:url(http://www.paulrhayes.com/experiments/clock/images/clockFace.png) no-repeat;
width: 376px;
height: 378px;
border: 10px solid gray;
border-radius:50%;