Skip to content

Commit

Permalink
come here
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 26, 2013
1 parent 386ea65 commit 38bc553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/garden.css
Expand Up @@ -24,10 +24,11 @@ body {
box-sizing: content-box;
box-shadow: 0 0 1000px white, inset 0 0 50px rgba( 250, 100, 0, 0.3 );
cursor: pointer;
transform: translateZ( 0 );
}

.sun.spin {
transform: rotate( 360deg );
transform: translateZ( 0 ) rotate( 360deg );
transition: height .5s ease-in-out,
width .5s ease-in-out,
all 1s ease-in-out;
Expand Down

0 comments on commit 38bc553

Please sign in to comment.