Skip to content

Instantly share code, notes, and snippets.

@sarahzinger
Created December 7, 2016 22:52
Show Gist options
  • Save sarahzinger/3b1f96479ae6bc0730c0bfb8f4b35679 to your computer and use it in GitHub Desktop.
Save sarahzinger/3b1f96479ae6bc0730c0bfb8f4b35679 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=3b1f96479ae6bc0730c0bfb8f4b35679
<!DOCTYPE html>
<html>
<head>
<title>Do Now 5.0.1</title>
</head>
<body>
<h1>Can you spot the bug?</h1>
<p>Hint: You don't need to change the html or CSS :)</p>
<div id="one"></div>
</body>
</html>
{"enabledLibraries":["jquery"]}
$("#one").hide();
$("#one").show();
$("#one").hide();
#one{
background-image: url("http://previews.123rf.com/images/cnapsys/cnapsys1204/cnapsys120400101/13370694-Computer-code-bug-Stock-Photo.jpg");
height:400px;
background-size: 400px;
background-repeat: no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment