If you have a website with lots of pages, you may wish to add some sort of pagination.
Add the .pagination class to a <ul> element. Add the .page-item to each <li> and a .page-link to each link inside.
Use .active to highlight the current page, and .disabled for unclickable links.
Edit the code below and click Run to see the result live.