Bs Pager

Bootstrap Pager


What is Pager?

Pager is every 2d good a shape of pagination (as described inwards the previous chapter).
Pager provides previous in addition to side past times side buttons (links).
To practise previous/next buttons, add together the .pager shape to an <ul> element:

Example

<ul class="pager">
  <li><a href="#">Previous</a></li>
  <li><a href="#">Next</a></li>
</ul>

Result:


Align Buttons

Use the .previous in addition to .next classes to align each push clit to the sides of the page:

Example

<ul class="pager">
  <li class="previous"><a href="#">Previous</a></li>
  <li class="next"><a href="#">Next</a></li>
</ul>


Comments

Popular posts from this blog

What Are The Main Components of a Computer System

Top Qualities To Look For In An IT Support Team

How To Integrate Google Adwords Api Into Codeigniter?