Skip to content

Instantly share code, notes, and snippets.

@steven-barkley
Created December 6, 2018 17:53
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 steven-barkley/69fa7786f9694bb5c4730cbf35632ac3 to your computer and use it in GitHub Desktop.
Save steven-barkley/69fa7786f9694bb5c4730cbf35632ac3 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/lehizif
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
button {
color: #ff3;
background: #000;
}
</style>
</head>
<body>
<button onclick="javascript:console.log('clicked');">Click Me</button>
<script id="jsbin-source-css" type="text/css">button {
color: #ff3;
background: #000;
}</script>
</body>
</html>
button {
color: #ff3;
background: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment