"Buttons With Labels (updated)"
Bootstrap 4.0.0 Snippet by krystyna93

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.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 ----------> <div class="container"> <div class="row"> <h2> Cool Buttons With Labels</h2> <div class="col-md-12"> <a class="btn btn-labeled btn-primary"> Success<span class="btn-label">@</span> </a> </div> </div> </div>
.btn-label {position: relative;right: -12px; color: #fff; display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);} .btn-labeled {padding-top: 0;padding-bottom: 0; color: #fff;} .btn { margin-bottom:10px; border-radius: 0; color: #fff;} a {color: #fff !important;}

Related: See More


Questions / Comments: