Skip to content

Instantly share code, notes, and snippets.

@dobrienSTJ
Last active November 10, 2017 12:44
Show Gist options
  • Save dobrienSTJ/47ff5cf30d2f86248ff60897aa85ac58 to your computer and use it in GitHub Desktop.
Save dobrienSTJ/47ff5cf30d2f86248ff60897aa85ac58 to your computer and use it in GitHub Desktop.
Hovering
onmouseover = "this.style.color='white';" onmouseout="this.style.color='blacḱ';"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment