To create a basic pagination, use buttons (w3-button) in a bar (w3-bar).Example 1 2 3 4 5 Try It Yourself » To remove the space between the buttons add a w3-bar-item class:Example «
Tip:Add rounded borders to your first and last link in the pagination: Example .pagination a:first-child{ border-top-left-radius:5px; border-bottom-left-radius:5px; } .pagination a:last-child{ border-top-right-radius:5px; border-bottom-right-radius:5px; ...