Examples for showing pagination to indicate a series of related content exists across multiple pages.
<!-- Paging v1 Section --> <nav class="clearfix"> <div class="row no-gutters"> <a class="col-sm-5 order-sm-1 u-paging-modern gradient-overlay-half-primary-v2 bg-img-hero space-1 space-sm-3 text-right" href="#" style="background-image: url(../../assets/img/1920x800/img14.jpg);"> <!-- Paging v1 --> <div class="px-7"> <span class="text-warning">Prev</span> <div class="d-flex justify-content-between align-items-center"> <span class="fas fa-arrow-left u-paging-modern__arrow-icon-prev text-warning"></span> <h2 class="text-white font-weight-semi-bold mb-0">Harvey Corp</h2> </div> </div> <!-- End Paging v1 --> </a> <a class="col-sm-5 order-sm-3 u-paging-modern gradient-overlay-half-primary-v1 bg-img-hero space-1 space-sm-3" href="#" style="background-image: url(../../assets/img/1920x800/img15.jpg);"> <!-- Paging v1 --> <div class="px-7"> <span class="text-warning">Next</span> <div class="d-flex justify-content-between align-items-center"> <h2 class="text-white font-weight-semi-bold mb-0">L'OR Milford</h2> <span class="fas fa-arrow-right u-paging-modern__arrow-icon-next text-warning"></span> </div> </div> <!-- End Paging v1 --> </a> <a class="col-sm-2 order-sm-2 u-paging-modern-view-all space-1 space-sm-3" href="#"> <!-- Paging v1 --> <span class="fas fa-th u-paging-modern-view-all__icon"></span> View All <!-- End Paging v1 --> </a> </div> </nav> <!-- End Paging v1 Section -->