Skip to content

Instantly share code, notes, and snippets.

@sarahzinger
Created December 7, 2016 22:44
Show Gist options
  • Save sarahzinger/f74af74db06ad92f9013d17a53b51945 to your computer and use it in GitHub Desktop.
Save sarahzinger/f74af74db06ad92f9013d17a53b51945 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=f74af74db06ad92f9013d17a53b51945
<!DOCTYPE html>
<html>
<head>
<title>Do Now 5.0.1</title>
</head>
<body>
<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