"Collection of Bootstrap buttons"
Bootstrap 3.2.0 Snippet by hashif

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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 ----------> <span class="btn btn-success btn-lg"><i class="glyphicon glyphicon-ok"></i> Good job</span> <span class="btn btn-default btn-lg"><i class="glyphicon glyphicon-download-alt"></i> Download it</span>
/* The css style is included in html, you simply grab the button you want, and paste it on your bootstrap project. **Want more collections? Follow me twitter.com/ArmandProjects */ /*No need to grab this, not important - used for the font in front. */ .end { font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif; } #front { font-family: "Lucida Bright", Georgia, serif; }

Related: See More


Questions / Comments: