Return to Snippet

Revision: 25216
at March 23, 2010 14:57 by adambundy


Initial Code
a:link, a:visited {
	-webkit-transition: all 1s ease;
	transition: all 1s ease; 
	background: red;
	color: white;
	}
a:hover, a:active {
	background: white;
	color: red;
	}

Initial URL


Initial Description
thanks to Perishable Press

Initial Title
css3 transitions

Initial Tags
css, CSS3

Initial Language
CSS