Skip to content

Instantly share code, notes, and snippets.

@sebastienwindal
Last active December 13, 2015 19:29
Show Gist options
  • Save sebastienwindal/4963160 to your computer and use it in GitHub Desktop.
Save sebastienwindal/4963160 to your computer and use it in GitHub Desktop.
/* style 1 */
#myText {
background-color: red;
}
/* style 2 */
#myText:hover {
background-color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment