Thursday, September 12, 2013
Fade effect on hover using CSS3

a {
color:red;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
text-decoration:none;
}
a:hover {
color:blue;
text-decoration:underline;
}
Liked the post ? subscribe us with your email to get upcoming tutorials directly in your inbox:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Your Comment Will Be Visible After Approval, Thanks !