Created
May 16, 2019 15:59
-
-
Save 6ui11em/d13bd7ad6601cedfef0144dad051c05d to your computer and use it in GitHub Desktop.
CSS: Hover fade transition #css #fade #hover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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