Skip to content

Instantly share code, notes, and snippets.

@joeeames
Created February 25, 2014 23:55
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 joeeames/9220552 to your computer and use it in GitHub Desktop.
Save joeeames/9220552 to your computer and use it in GitHub Desktop.
button {
color: #ED652E;
background-color: #999;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<br>
<button onclick="javascript: console.log('clicked');">Click Me</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment