Skip to content

Instantly share code, notes, and snippets.

@mattvagni
Created January 15, 2017 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattvagni/fc1e0aec9b5f6b48ba778e28355ba6d2 to your computer and use it in GitHub Desktop.
Save mattvagni/fc1e0aec9b5f6b48ba778e28355ba6d2 to your computer and use it in GitHub Desktop.
.wrapper {
display: flex;
}
.button {
color: red;
}
.button:hover {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment