"Buttons"
Bootstrap 3.3.0 Snippet by andrewhillman

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ----------> <div class="container"> <div class="row"> <a href="#" class="btn btn-primary btn-primary">Next <span class="glyphicon glyphicon-arrow-right"></span></a> <a href="#" class="btn btn-primary btn-warning"><span class="glyphicon glyphicon-arrow-left"></span> Back</a> <a href="#" class="btn btn-primary btn-success"><span class="glyphicon glyphicon-share"></span> Export File</a> <a href="#" class="btn btn-primary btn-success"><span class="glyphicon glyphicon-floppy-save"></span> Save</a> <a href="#" class="btn btn-primary btn-info"><span class="glyphicon glyphicon-edit"></span> Edit</a> </div> </div>

Related: See More


Questions / Comments: