Skip to content

Instantly share code, notes, and snippets.

@dursk
Created May 9, 2017 00:22
Show Gist options
  • Save dursk/9203740f5be6f774d10448126ff09673 to your computer and use it in GitHub Desktop.
Save dursk/9203740f5be6f774d10448126ff09673 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=9203740f5be6f774d10448126ff09673
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div id="game">
<div id="bar"></div>
</div>
</body>
</html>
{"enabledLibraries":["jquery"]}
#game {
border: 5px solid black;
height: 500px;
width: 500px;
}
#bar {
background-color: black;
height: 8px;
width: 30px;
position: absolute;
margin-top: 480px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment