Skip to content

Instantly share code, notes, and snippets.

@bevchou
Last active January 30, 2018 07:16
Show Gist options
  • Save bevchou/4377fb26dd907f4a79b13058480e49bc to your computer and use it in GitHub Desktop.
Save bevchou/4377fb26dd907f4a79b13058480e49bc to your computer and use it in GitHub Desktop.
<body>
<script src="sketch.js"></script>
<h1>click 4 gif</h1>
<div id="gif"></div>
<div id="slider">
<input value="cat" style="right: 50%; margin-right: 180px;" class="keep" id="leftInput" />
<input value="dog" style="left: 50%; margin-left: 180px;" class="keep" id="rightInput" />
</div>
<div id="button"></div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment