(Or) Your Color
Copy rights © 2018
just add navelement and add ulwith .paginationand .page-itemto each li.
nav
ul
.pagination
.page-item
li
We can add left and right arrow icons to pagination by adding aria-label="Previous"to first and last li.
aria-label="Previous"
Just add .disabledor activeto any lielement.
.disabled
active
Just add .pagination-lg, .pagination-smto ulelement to get multiple sized pagination.
.pagination-lg, .pagination-sm
Just add .justify-content-left, .justify-content-center, justify-content-endto ulelement to align pagination.
.justify-content-left, .justify-content-center, justify-content-end