Skip to content

Instantly share code, notes, and snippets.

@fotan
Last active August 29, 2015 14:20
Show Gist options
  • Save fotan/ef7003b8ccb0fd35343f to your computer and use it in GitHub Desktop.
Save fotan/ef7003b8ccb0fd35343f to your computer and use it in GitHub Desktop.
Fade in on hover
.fade { opacity:0.5; }
.fade:hover { opacity:1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment