Skip to content

Instantly share code, notes, and snippets.

@outoftime
Created April 14, 2017 00:50
Show Gist options
  • Select an option

  • Save outoftime/13cbc7527b87dd8b8a429eb94ed95dbb to your computer and use it in GitHub Desktop.

Select an option

Save outoftime/13cbc7527b87dd8b8a429eb94ed95dbb to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=13cbc7527b87dd8b8a429eb94ed95dbb
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h2>Rock-Paper-Scissors</h2>
<img id="rock" src="http://3.bp.blogspot.com/-KHc70esXncY/T76RN0I7mKI/AAAAAAAAOwg/8xUnLhIcHGU/s1600/key%2Bholder.jpg">
<img id="paper" src="http://www.clipartkid.com/images/140/college-ruled-piece-of-paper-with-binder-ring-holes-jpg-binder-paper-tjAYKV-clipart.jpg">
<img id="scissors" src="http://www2.fiskars.com/var/fiskars_amer/storage/images/frontpage2/products/crafting-and-sewing/scissors-and-shears/non-stick-detail-scissors-no.-5/14334-16-eng-US/Non-stick-Detail-Scissors-No.-5.jpg">
</body>
</html>
{"enabledLibraries":["jquery"]}
$("FIXME").click(function() {
$("FIXME").hide();
});
h2 {
text-align: center;
}
img {
max-width: 40vw;
max-height: 40vh;
cursor: pointer;
margin: 5vh 5vw;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment