Skip to content

Instantly share code, notes, and snippets.

@vivektiwari660
Created July 14, 2018 11:24
Show Gist options
  • Save vivektiwari660/8f50abc776d7b8f23da07a3aea8e1741 to your computer and use it in GitHub Desktop.
Save vivektiwari660/8f50abc776d7b8f23da07a3aea8e1741 to your computer and use it in GitHub Desktop.
// source https://jsbin.com
<!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 : #ED652E;
}
</style>
</head>
<body>
<br></br>
<button onClick="javascript:alert('clicked');">Click Me </button>
<script id="jsbin-source-css" type="text/css">button {
color : #ED652E;
}</script>
</body>
</html>
button {
color : #ED652E;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment