Skip to content

Instantly share code, notes, and snippets.

Created December 11, 2015 12:03
Show Gist options
  • Save anonymous/8310a26d232a8adebc9d to your computer and use it in GitHub Desktop.
Save anonymous/8310a26d232a8adebc9d to your computer and use it in GitHub Desktop.
Happy New Year
<div class="wrapper">
<div class="clock animated flipInX"></div>
</div>
<canvas id="confetti"></canvas>
<div class="message">Happy New Year !!!</div>
<div class="stars"></div>
<div class="twinkling"></div>
<div class="clouds"></div>
/* See Setting for included JS */
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="http://peter.build/newyears/js/flipclock.js"></script>
<script src="http://peter.build/newyears/js/newyear.js"></script>
/* See Setting for included CSS */
<link href="http://peter.build/newyears/css/style.css" rel="stylesheet" />
<link href="http://peter.build/newyears/css/flipclock.css" rel="stylesheet" />
<link href="http://peter.build/newyears/css/animate.css" rel="stylesheet" />
<link href="http://fonts.googleapis.com/css?family=Great+Vibes" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment