Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Last active October 27, 2017 18:12
Show Gist options
  • Save robertcoopercode/26c5f81b29b19db4c41f42b188ba195d to your computer and use it in GitHub Desktop.
Save robertcoopercode/26c5f81b29b19db4c41f42b188ba195d to your computer and use it in GitHub Desktop.
.button {
background-color: blue;
color: white;
}
.button:hover {
background-color: lightblue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment