Skip to content

Instantly share code, notes, and snippets.

@avdoshenkov
Last active August 11, 2017 05:51
Show Gist options
  • Save avdoshenkov/bbe1cd72a19165a00233b3380fd5d262 to your computer and use it in GitHub Desktop.
Save avdoshenkov/bbe1cd72a19165a00233b3380fd5d262 to your computer and use it in GitHub Desktop.
Universal color changing on hover for buttons
.btn {
background-color: green;
}
.btn:hover,
.btn:focus {
box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment