"Previous and Next Buttons"
Bootstrap 3.0.0 Snippet by karimsharf12252

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <h2>Previous and Next Buttons</h2> <a href="#" class="previous">« Previous</a> <a href="#" class="next">Next »</a> <a href="#" class="previous round">‹</a> <a href="#" class="next round">›</a>
a { text-decoration: none; display: inline-block; padding: 8px 16px; } a:hover { background-color: #ddd; color: black; } .previous { background-color: #f1f1f1; color: black; } .next { background-color: #4CAF50; color: white; } .round { border-radius: 50%; }

Related: See More


Questions / Comments: