"abc"
Bootstrap 3.3.0 Snippet by debjit

<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"> <a class="btn icon-btn btn-success" style="padding: 1px 2px 3px 6px; border-radius:50px; float:left; line-height:2em; margin-left:3px;" href="#"> <span class="glyphicon btn-glyphicon glyphicon-plus img-circle text-success" style='float:right; padding:8px; background:#ffffff; margin-left:4px;'></span>Download</a> </div> <div class="container"> <button type="submit" class="btn btn-primary" style="padding: 1px 2px 3px 6px; border-radius:50px; float:left; line-height:2em; margin-left:3px;"> <i class="glyphicon glyphicon-phone img-circle text-success" style='float:right; padding:8px; background:#ffffff; margin-left:4px;'></i> Register </button> </div>

Related: See More


Questions / Comments: