Skip to content

Instantly share code, notes, and snippets.

@RDharmaTeja
Created December 10, 2014 05:37
Show Gist options
  • Save RDharmaTeja/e0e5df9574497f2bbaec to your computer and use it in GitHub Desktop.
Save RDharmaTeja/e0e5df9574497f2bbaec to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
#mycanvas {
display: block;
border: 5px solid green;
margin: 50px auto;
}
</style>
</head>
<body>
<canvas onclick="addBall()" id="mycanvas"></canvas>
<script src="bb_script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment