"iOS inspired Buttons"
Bootstrap 3.3.0 Snippet by exmax

<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 demoPadder" > <div class="row"> <div class="col-md-12"> <div class="demoPadder" role="toolbar"> <button type="button" class="btn btn-default btn-lg"><span class="glyphicon glyphicon-star" aria-hidden="true"></span> Star</button> </div> </div> </div>
.demoPadder { padding-top:15px; } .btn-default { color: #007aff; background-color: #fff; border-color: #007aff; }

Related: See More


Questions / Comments: