Skip to content

Instantly share code, notes, and snippets.

@bizikov
Created July 2, 2014 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bizikov/47c4658472d5a15a9b5e to your computer and use it in GitHub Desktop.
Save bizikov/47c4658472d5a15a9b5e to your computer and use it in GitHub Desktop.
Приятный эффект при наведении на ссылку
a{
-webkit-transition: border-color 200ms, width 250ms;
-moz-transition: border-color 200ms, width 250ms;
transition: border-color 200ms, width 250ms;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment