Skip to content

Instantly share code, notes, and snippets.

@foxcarlos
Created November 14, 2019 18:26
Show Gist options
  • Save foxcarlos/eec23dd88676f3effa38faaeaf22139d to your computer and use it in GitHub Desktop.
Save foxcarlos/eec23dd88676f3effa38faaeaf22139d to your computer and use it in GitHub Desktop.
html pagination to directory telephone template
<div class="container">
<ul class="pagination justify-content-center" style="margin:20px 0">
<li class="page-item"><a class="page-link" href="#">Prev</a></li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item active"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item"><a class="page-link" href="#">Next</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment