Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Created May 16, 2019 15:59
Show Gist options
  • Save 6ui11em/d13bd7ad6601cedfef0144dad051c05d to your computer and use it in GitHub Desktop.
Save 6ui11em/d13bd7ad6601cedfef0144dad051c05d to your computer and use it in GitHub Desktop.
CSS: Hover fade transition #css #fade #hover
a {
transition: color 0.3s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment