Skip to content

Instantly share code, notes, and snippets.

@hunterbridges
Created August 2, 2012 05:13
Show Gist options
  • Save hunterbridges/3233875 to your computer and use it in GitHub Desktop.
Save hunterbridges/3233875 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Carousel</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</head>
<body>
<ul>
<li class="red"></li>
<li class="blue"></li>
<li class="green"></li>
<li class="purple"></li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment