Skip to content

Instantly share code, notes, and snippets.

@marklearst
Created April 30, 2012 20:14
Show Gist options
  • Save marklearst/2562334 to your computer and use it in GitHub Desktop.
Save marklearst/2562334 to your computer and use it in GitHub Desktop.
Next / Prev Idea
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<div class="wrapper">
<div class="gallery">
<ul>
<li><img src="one.jpg" alt=""></li>
<li><img src="two.jpg" alt=""></li>
<li><img src="three.jpg" alt=""></li>
<li><img src="four.jpg" alt=""></li>
<li><img src="five.jpg" alt=""></li>
</ul>
<div class="gallery-nav">
<ul>
<li class="prev"><a href=""></a></li>
<li class="next"><a href=""></a></li>
</ul>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment