Skip to content

Instantly share code, notes, and snippets.

@brittanydionigi
Created August 28, 2015 19:23
Show Gist options
  • Save brittanydionigi/18bfd852624502694798 to your computer and use it in GitHub Desktop.
Save brittanydionigi/18bfd852624502694798 to your computer and use it in GitHub Desktop.
events practice
<!doctype html>
<html>
<head>
<style type="text/css">
div { margin: 15px; padding: 50px; border: 1px solid #ccc; background-color: rgba(255, 192, 203, 0.24); }
</style>
</head>
<body>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> -->
<script type="text/javascript">
// let's practice events :)
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment