<div class="pagination-wrapper">
<a href="#" class="page-link prev">‹</a>
<a href="#" class="page-link active">1</a>
<a href="#" class="page-link">2</a>
<a href="#" class="page-link">3</a>
<span class="dots">...</span>
<a href="#" class="page-link">12</a>
<a href="#" class="page-link next">›</a>
</div>
Back to Snippets
Modern Pagination Design CSS
Navigate through large datasets with this clean pagination component. The rounded buttons and clear active state help users understand exactly where they are in your list of results.
482