Last active
January 2, 2016 21:39
-
-
Save lnickers2004/8365231 to your computer and use it in GitHub Desktop.
Bootstap3: pagination control large version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--pagination control pager--> | |
<ul class="pagination pagination-lg"> | |
<li class="disabled"><a href="#">«</a></li> | |
<li class="active"><a href="#">1</a></li> | |
<li><a href="#">2</a></li> | |
<li><a href="#">3</a></li> | |
<li><a href="#">»</a></li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment