you are in: codestackercodes [RSS][css3] link animation

[css3] link animation Delicious Email

show/hide lines
   1  a {     
   2  	color: #fff;
   3  	-webkit-transition: color .5s ease-in;  
   4  	-moz-transition: color .5s ease-in;  
   5  	-o-transition: color .5s ease-in;  
   6  	transition: color .5s ease-in;  
   7  }
   8  
   9  a:hover {
  10  	color: #ccc;     
  11  }
created by leozera — 05 February 2011 — get a short url — tags: css3 embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image