Pagination

If you have a web site with many pages, you may want to use some sort of pagination.

Basic Pagination

<div class="ss-btn-group ss-black">
  <a href="#" class="ss-btn ss-inverted">«</a>
  <a href="#" class="ss-btn ss-inverted ss-hide-sm">15</a>
  <a href="#" class="ss-btn ss-inverted ss-hide-sm">16</a>
  <a href="#" class="ss-btn ss-inverted">17</a>
  <a href="#" class="ss-btn ss-inverted ss-bg-light-blue ss-white">18</a>
  <a href="#" class="ss-btn ss-inverted">19</a>
  <a href="#" class="ss-btn ss-inverted">20</a>
  <a href="#" class="ss-btn ss-inverted ss-hide-sm">21</a>
  <a href="#" class="ss-btn ss-inverted ss-hide-sm">22</a>
  <a href="#" class="ss-btn ss-inverted">»</a>
</div>