Skip to content

Instantly share code, notes, and snippets.

@MoritzBuetzer
Created July 10, 2014 11:53
Show Gist options
  • Save MoritzBuetzer/44b223d9750bd7a8cdc6 to your computer and use it in GitHub Desktop.
Save MoritzBuetzer/44b223d9750bd7a8cdc6 to your computer and use it in GitHub Desktop.
pagination with foundation 5
<ul class="pagination">
<li class="arrow unavailable"><a href="">&laquo;</a></li>
<li class="current"><a href="">1</a></li>
<li><a href="">2</a></li>
<li><a href="">3</a></li>
<li><a href="">4</a></li>
<li class="unavailable"><a href="">&hellip;</a></li>
<li><a href="">12</a></li>
<li><a href="">13</a></li>
<li class="arrow"><a href="">&raquo;</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment